mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
fix example config file typo of environment
This commit is contained in:
parent
ba83a60807
commit
34abfa28d1
1 changed files with 3 additions and 3 deletions
|
@ -23,11 +23,11 @@
|
|||
#
|
||||
# rackup '/u/apps/lolcat/config.ru'
|
||||
|
||||
# Set the environment in which the rack's app will run.
|
||||
# Set the environment in which the rack's app will run. The value must be a string.
|
||||
#
|
||||
# The default is “development”.
|
||||
#
|
||||
# environment = :production
|
||||
# environment 'production'
|
||||
|
||||
# Daemonize the server into the background. Highly suggest that
|
||||
# this be combined with “pidfile” and “stdout_redirect”.
|
||||
|
@ -126,4 +126,4 @@
|
|||
#
|
||||
# activate_control_app 'unix:///var/run/pumactl.sock'
|
||||
# activate_control_app 'unix:///var/run/pumactl.sock', { auth_token: '12345' }
|
||||
# activate_control_app 'unix:///var/run/pumactl.sock', { no_token: true }
|
||||
# activate_control_app 'unix:///var/run/pumactl.sock', { no_token: true }
|
||||
|
|
Loading…
Add table
Reference in a new issue