cbaines pushed a commit to branch master
in repository maintenance.
commit 621825601c1023f22f6ae8b2e341ae7213b6ae33
Author: Christopher Baines <[email protected]>
AuthorDate: Fri Jan 19 16:58:22 2024 +0000
hydra: bayfront: Increase the NGinx proxy timeout for QA.
* hydra/bayfront.scm (%qa.guix.gnu.org-nginx-servers): Increase the
NGinx proxy timeout.
---
hydra/bayfront.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 65e3718..6540551 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -860,6 +860,7 @@ proxy_set_header Via $via;"
(uri "/")
(body '("proxy_pass http://qa-frontpage;"
"proxy_http_version 1.1;"
+ "proxy_read_timeout 300;"
"proxy_set_header Connection \"\";")))
(nginx-location-configuration
(uri "/reproducible.json")