before pull

This commit is contained in:
superuser
2017-06-15 14:07:54 +06:30
parent 5fa477fb17
commit 37dd8c9e5a
3 changed files with 12 additions and 1 deletions

9
config/puma.rb.save Normal file
View File

@@ -0,0 +1,9 @@
lapplication_path = '/home/superuser/Application/production/sxrestaurant'
directory application_path
environment 'production'
daemonize true
pidfile "#{application_path}/tmp/pids/puma.pid"
state_path "#{application_path}/tmp/pids/puma.state"
stdout_redirect "#{application_path}/log/puma.stdout.log", "#{application_path}/log/puma.stderr.log"
bind 'tcp://0.0.0.0:9292'
workers 2