[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: nginx: Increase proxy timeout.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: hydra: nginx: Increase proxy timeout. |
Date: |
Wed, 14 Oct 2020 15:17:01 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 91dc56b hydra: nginx: Increase proxy timeout.
91dc56b is described below
commit 91dc56b0ac886a61a5e2a524bb47418239379c65
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Oct 14 21:14:51 2020 +0200
hydra: nginx: Increase proxy timeout.
* hydra/nginx/berlin.scm (%extra-content): Increase proxy_cache_valid to 10
seconds.
---
hydra/nginx/berlin.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 951a865..f2b58b8 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -1043,7 +1043,7 @@ PUBLISH-URL."
;; If Hydra cannot honor these delays, then something is wrong and
;; we'd better drop the connection and return 504.
- "proxy_connect_timeout 7s;"
+ "proxy_connect_timeout 10s;"
"proxy_read_timeout 10s;"
"proxy_send_timeout 10s;"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: nginx: Increase proxy timeout.,
Mathieu Othacehe <=