2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: nginx: Increase proxy timeout.

* hydra/nginx/berlin.scm (%extra-content): Increase proxy_cache_valid to 10
seconds.
This commit is contained in:
Mathieu Othacehe 2020-10-14 21:14:51 +02:00
parent 57e568e75f
commit 91dc56b0ac
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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;"