This commit is contained in:
Nicolas Bally 2013-03-19 11:27:05 +01:00
parent 9c7039d551
commit fd8a842bfa
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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