This commit is contained in:
Zoey
2019-06-26 12:05:37 +06:30
parent 8cfb88ca73
commit b948f10209
3 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
application_path="#{File.expand_path("../..", __FILE__)}"
directory application_path
environment ENV.fetch("RAILS_ENV") { "production" }
#environment ENV.fetch("RAILS_ENV") { "production" }
environment "production"
pidfile "#{application_path}/tmp/puma/pid"
state_path "#{application_path}/tmp/puma/state"