]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: double the time for nginx-to-jenkins for timeouts 658/head
authorAlfredo Deza <adeza@redhat.com>
Thu, 9 Mar 2017 20:46:02 +0000 (15:46 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 9 Mar 2017 20:46:02 +0000 (15:46 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/roles/ansible-jenkins/templates/jenkins.conf

index 5afbc6dd053f19fcd05e368ea23766cce24564c8..617fde9229199a070df2352710a8c11ff9797659 100644 (file)
@@ -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") {