mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:03:40 +08:00
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"
|
stdout_redirect "#{APP_ROOT}/log/puma.log", "#{APP_ROOT}/log/puma.err.log"
|
||||||
pidfile "#{APP_ROOT}/tmp/pids/puma.pid"
|
pidfile "#{APP_ROOT}/tmp/pids/puma.pid"
|
||||||
state_path "#{APP_ROOT}/tmp/pids/puma.state"
|
state_path "#{APP_ROOT}/tmp/pids/puma.state"
|
||||||
daemonize true
|
|
||||||
preload_app!
|
preload_app!
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user