From 4c673698efb31e17290f1dcfce4be4f11617a9cb Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 9 Mar 2017 15:46:02 -0500 Subject: [PATCH] ansible: double the time for nginx-to-jenkins for timeouts Signed-off-by: Alfredo Deza --- ansible/roles/ansible-jenkins/templates/jenkins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- 2.39.5