Files
sx-fc/config/puma.rb.production
2018-02-16 03:04:30 +00:00

11 lines
407 B
Plaintext
Executable File

application_path = '/home/superuser/Application/sxrestaurant'
directory application_path
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"
port ENV.fetch("PORT") { 62158 }
workers 2
preload_app!