guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Don't cached /file/ responses for bordeaux.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Don't cached /file/ responses for bordeaux.
Date: Thu, 19 Jan 2023 05:15:51 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 18fc24b789672f99eca59216846d6438e1505693
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jan 19 10:14:51 2023 +0000

    hydra: bayfront: Don't cached /file/ responses for bordeaux.
    
    This is maybe something that want's implementing at some point, but
    using a separate area from the nars.
    
    * hydra/bayfront.scm (%bordeaux.guix.gnu.org-nginx-servers): Don't
    cached /file/ responses for bordeaux.
---
 hydra/bayfront.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index c2ba83f..22976d3 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -637,8 +637,7 @@ add_header Content-Type text/plain;")))
                    "proxy_set_header Connection \"\";")))
           (nginx-location-configuration
            (uri "/file/")
-           (body '("proxy_pass https://nar-storage;";
-                   "proxy_cache bordeaux-nar;")))
+           (body '("proxy_pass https://nar-storage;";)))
           (nginx-named-location-configuration
            (name "nar-storage")
            (body '("rewrite /internal/(.*) /$1 break;"



reply via email to

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