guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: nginx: Remove the publish "/log" route.


From: Mathieu Othacehe
Subject: branch master updated: hydra: nginx: Remove the publish "/log" route.
Date: Mon, 13 Sep 2021 10:48:07 -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 abaf139  hydra: nginx: Remove the publish "/log" route.
abaf139 is described below

commit abaf1392287d50a7225cdb3e3f3f8b82b827c7db
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Sep 13 16:45:17 2021 +0200

    hydra: nginx: Remove the publish "/log" route.
    
    * hydra/nginx/berlin.scm (publish-locations): Remove the publish "/log" 
route
    that is now handled directly by Cuirass.
---
 hydra/nginx/berlin.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index e623501..44ff28e 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -114,25 +114,6 @@
            "proxy_hide_header    Set-Cookie;"
            "proxy_ignore_headers Set-Cookie;")))
 
-        (nginx-location-configuration
-         (uri "/log/")
-         (body
-          (list
-           (string-append "proxy_pass " url ";")
-
-           ;; Enable caching for build logs.
-           "proxy_cache logs;"
-           "proxy_cache_valid 200 60d;"           ; cache hits.
-           "proxy_cache_valid 504 3m;" ; timeout, when hydra.gnu.org is 
overloaded
-           "proxy_cache_valid any 1h;" ; cache misses/others.
-
-           "proxy_ignore_client_abort on;"
-
-           ;; We need to hide and ignore the Set-Cookie header to enable
-           ;; caching.
-           "proxy_hide_header    Set-Cookie;"
-           "proxy_ignore_headers Set-Cookie;")))
-
         ;; Content-addressed files served by 'guix publish'.
         (nginx-location-configuration
          (uri "/file/")



reply via email to

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