Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge "set default nginx wait timeout to 60s"
Browse files Browse the repository at this point in the history
  • Loading branch information
figof authored and Gerrit Code Review committed Aug 14, 2012
2 parents c882ed8 + 563eab7 commit b542faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jobs/router/templates/nginx.conf.erb
Expand Up @@ -69,8 +69,8 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_redirect off;
proxy_connect_timeout 10;
proxy_send_timeout <%= properties.router.client_inactivity_timeout || 30 %>;
proxy_read_timeout <%= properties.router.app_inactivity_timeout || 30 %>;
proxy_send_timeout <%= properties.router.client_inactivity_timeout || 60 %>;
proxy_read_timeout <%= properties.router.app_inactivity_timeout || 60 %>;

set $health_monitor '';
set $app_id 0;
Expand Down

0 comments on commit b542faa

Please sign in to comment.