fix for statechecker
This commit is contained in:
@@ -15,7 +15,7 @@ user 'danbooru', 'danbooru'
|
||||
working_directory app_path
|
||||
|
||||
# Should be 'production' by default, otherwise use other env
|
||||
rails_env = ENV['RAILS_ENV'] || 'production'
|
||||
rails_env = ENV['RAILS_ENV'] || 'staging'
|
||||
|
||||
# Log everything to one file
|
||||
stderr_path "log/unicorn.log"
|
||||
|
||||
Reference in New Issue
Block a user