remove daemonize setting (#12232)
This configuration setting was [removed](https://github.com/puma/puma/blob/master/docs/deployment.md#should-i-daemonize) with Puma 5
This commit is contained in:
parent
fe14589fab
commit
feaf3cb97e
|
@ -15,7 +15,6 @@ if ENV['RAILS_ENV'] == 'production'
|
|||
stdout_redirect "#{APP_ROOT}/log/puma.log", "#{APP_ROOT}/log/puma.err.log"
|
||||
pidfile "#{APP_ROOT}/tmp/pids/puma.pid"
|
||||
state_path "#{APP_ROOT}/tmp/pids/puma.state"
|
||||
daemonize true
|
||||
preload_app!
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue