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 9663c1f hydra: nginx: Fix Cuirass routes.
9663c1f is described below
commit 9663c1f6c820021acce90e97df53785de3168c58
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Mon Mar 29 10:17:04 2021 +0200
hydra: nginx: Fix Cuirass routes.
* hydra/nginx/berlin.scm (guix.gnu.org-locations): Remove trailing slash
from
Cuirass routes.
---
hydra/nginx/berlin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 887479f..6dc9072 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -706,11 +706,11 @@ PUBLISH-URL."
(body (list "alias /srv/audio;")))
(nginx-location-configuration
- (uri "^~ /cuirass/manual/")
+ (uri "^~ /cuirass/manual")
(body (list "alias /srv/cuirass-manual;")))
(nginx-location-configuration
- (uri "^~ /cuirass/releases/")
+ (uri "^~ /cuirass/releases")
(body (list "alias /srv/cuirass-releases;")))
;; Let browsers cache files under /static for a while.