diff options
Diffstat (limited to 'config/puma.rb')
-rw-r--r-- | config/puma.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/puma.rb b/config/puma.rb index 3f9b1f9..ae0cb1c 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -41,7 +41,7 @@ pidfile "#{application_path}/shared/tmp/pids/puma.pid" state_path "#{application_path}/shared/tmp/pids/puma.state" # Redirect STDOUT and STDERR to files specified. The 3rd parameter -# (“append") specifies whether the output is appended, the default is +# ("append") specifies whether the output is appended, the default is # "false". # stdout_redirect( |