1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Merge pull request #693 from rob-murray/update-example-config

Fix example config text
This commit is contained in:
Evan Phoenix 2015-06-10 11:17:28 -07:00
commit 81c6d74f5f

View file

@ -119,14 +119,14 @@
# This can be called multiple times to add hooks.
#
# after_worker_boot do
# puts 'On worker boot...'
# puts 'After worker boot...'
# end
# Code to run when a worker shutdown.
#
#
# on_worker_shutdown do
# puts 'On worker boot...'
# puts 'On worker shutdown...'
# end
# Allow workers to reload bundler context when master process is issued