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:
commit
81c6d74f5f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue