puma.rb.production edited by julian
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
application_path = '/home/superuser/Application/production/sxrestaurant'
|
||||
application_path = '/home/superuser/Application/sxrestaurant'
|
||||
directory application_path
|
||||
environment ENV.fetch("RAILS_ENV") { "development" }
|
||||
daemonize true
|
||||
environment ENV.fetch("RAILS_ENV") { "production" }
|
||||
pidfile "#{application_path}/tmp/puma/pid"
|
||||
state_path "#{application_path}/tmp/puma/state"
|
||||
stdout_redirect "#{application_path}/log/puma.stdout.log", "#{application_path}/log/puma.stderr.log"
|
||||
|
||||
Reference in New Issue
Block a user