guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: nginx: Increase client body size for dumps


From: Mathieu Othacehe
Subject: branch master updated: hydra: nginx: Increase client body size for dumps.
Date: Mon, 31 Oct 2022 08:17:46 -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 85c61ee  hydra: nginx: Increase client body size for dumps.
85c61ee is described below

commit 85c61ee8de24eeeb95cf83fbf3b6279a43616861
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Oct 31 13:16:16 2022 +0100

    hydra: nginx: Increase client body size for dumps.
    
    * hydra/nginx/berlin.scm (%berlin-servers): Increase it.
---
 hydra/nginx/berlin.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 4df496d..d1249a3 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -350,6 +350,7 @@ PUBLISH-URL."
           "proxy_send_timeout          600;"
           "proxy_read_timeout          600;"
           "send_timeout                600;"
+          "client_max_body_size        500M;"
           "access_log /var/run/anonip/dump-guix-gnu-org.https.access.log;"))))
 
    (nginx-server-configuration



reply via email to

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