From: Alfredo Deza Date: Thu, 9 Mar 2017 20:46:02 +0000 (-0500) Subject: ansible: double the time for nginx-to-jenkins for timeouts X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F658%2Fhead;p=ceph-build.git ansible: double the time for nginx-to-jenkins for timeouts Signed-off-by: Alfredo Deza --- diff --git a/ansible/roles/ansible-jenkins/templates/jenkins.conf b/ansible/roles/ansible-jenkins/templates/jenkins.conf index 5afbc6dd..617fde92 100644 --- a/ansible/roles/ansible-jenkins/templates/jenkins.conf +++ b/ansible/roles/ansible-jenkins/templates/jenkins.conf @@ -21,7 +21,7 @@ server { proxy_set_header X-Forwarded-Proto $scheme; proxy_pass http://127.0.0.1:8080; - proxy_read_timeout 90; + proxy_read_timeout 180; # Redirect all plaintext HTTP to HTTPS if ($scheme != "https") {