1
0
Fork 0
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:
niedhui 2013-05-03 14:42:13 +08:00
parent ba83a60807
commit 34abfa28d1

View file

@ -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 }