Skip to content

Commit

Permalink
fix: unicorn timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
marsz committed Aug 16, 2019
1 parent c7a9d78 commit 62661b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/unicorn/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
working_directory "#{app_path}/current"
pid "#{app_path}/current/tmp/pids/unicorn.pid"
listen "/tmp/unicorn.#{ENV['APP_NAME']}.sock"
timeout 60

# default would be stderr_path
# log rotate config example
Expand Down
1 change: 1 addition & 0 deletions config/unicorn/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
working_directory "#{app_path}/current"
pid "#{app_path}/current/tmp/pids/unicorn.pid"
listen "/tmp/unicorn.#{ENV['APP_NAME']}.sock"
timeout 60

# default would be stderr_path
# log rotate config example
Expand Down

0 comments on commit 62661b1

Please sign in to comment.