timeout
This commit is contained in:
parent
9c7039d551
commit
fd8a842bfa
@ -13,6 +13,7 @@ server {
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_redirect off;
|
||||
proxy_pass http://pic_vert_app_unicorn;
|
||||
proxy_read_timeout 6000;
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /500.html;
|
||||
|
@ -8,4 +8,4 @@ stdout_path "/home/web/#{@rails_app}/shared/log/unicorn.log"
|
||||
|
||||
listen "/home/web/#{@rails_app}/shared/tmp/unicorn.sock"
|
||||
worker_processes 2
|
||||
timeout 30
|
||||
timeout 600
|
||||
|
Loading…
x
Reference in New Issue
Block a user