puma.rb.production edited by julian

This commit is contained in:
Jueli Moon Aung
2018-02-16 03:04:30 +00:00
parent 016d3f4187
commit 5b354299bb

View File

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