cbaines pushed a commit to branch master
in repository maintenance.
commit 18fc24b789672f99eca59216846d6438e1505693
Author: Christopher Baines <[email protected]>
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;"