guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: hydra: bayfront: Increase the NGinx proxy timeout for QA.


From: Christopher Baines
Subject: 01/02: hydra: bayfront: Increase the NGinx proxy timeout for QA.
Date: Fri, 19 Jan 2024 12:00:44 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 621825601c1023f22f6ae8b2e341ae7213b6ae33
Author: Christopher Baines <mail@cbaines.net>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]