[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: hydra: bayfront: Update fallback URL for hpc.guix.info/browse.
From: |
Ludovic Courtès |
Subject: |
05/08: hydra: bayfront: Update fallback URL for hpc.guix.info/browse. |
Date: |
Mon, 6 Jun 2022 06:07:18 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit fc7a6a5e6fb44957a5296b790c514ae5f5383569
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 6 11:24:33 2022 +0200
hydra: bayfront: Update fallback URL for hpc.guix.info/browse.
* hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Update 307
'gnupackages' fallback URL.
---
hydra/bayfront.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 44fe233..da6daf7 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -281,7 +281,7 @@ proxy_cache_path /var/cache/nginx/bordeaux/nar
;; For the package browsing interface
(nginx-named-location-configuration
(name "gnupackages")
- (body '( "return 307
https://www.gnu.org/software/guix/packages/;")))
+ (body '( "return 307 https://guix.gnu.org/en/packages/;")))
(nginx-location-configuration
(uri "/browse")
(body '("proxy_pass http://localhost:5000;
- branch master updated (a020651 -> 437e42c), Ludovic Courtès, 2022/06/06
- 03/08: hydra: bayfront: Add 'Strict-Transport-Security' for hpc.guix.info., Ludovic Courtès, 2022/06/06
- 02/08: hydra: Drop TLSv1 and enable TLSv1.3., Ludovic Courtès, 2022/06/06
- 06/08: hydra: bayfront: Factorize common TLS options., Ludovic Courtès, 2022/06/06
- 05/08: hydra: bayfront: Update fallback URL for hpc.guix.info/browse.,
Ludovic Courtès <=
- 08/08: hydra: bayfront: Serve the 10years.guix.gnu.org web site., Ludovic Courtès, 2022/06/06
- 04/08: hydra: bayfront: Limit embedding of hpc.guix.info in frames., Ludovic Courtès, 2022/06/06
- 01/08: hydra: web: Make mcron job derivations deterministic., Ludovic Courtès, 2022/06/06
- 07/08: hydra: dns: Add entry for '10years'., Ludovic Courtès, 2022/06/06