guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: nginx: Add a Cuirass manual route.


From: Mathieu Othacehe
Subject: 01/02: hydra: nginx: Add a Cuirass manual route.
Date: Tue, 23 Mar 2021 06:27:08 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository maintenance.

commit 2bd8f5bd1d5e1e262d6b4e04beefb5880e5b4c28
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Mar 23 11:23:34 2021 +0100

    hydra: nginx: Add a Cuirass manual route.
    
    * hydra/nginx/berlin.scm (guix.gnu.org-locations): Add a Cuirass route.
---
 hydra/nginx/berlin.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 4b9d297..2ed53a3 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -705,6 +705,10 @@ PUBLISH-URL."
     (uri "/audio")
     (body (list "alias /srv/audio;")))
 
+   (nginx-location-configuration
+    (uri "/cuirass/manual/")
+    (body (list "alias /srv/cuirass-manual;")))
+
    ;; Let browsers cache files under /static for a while.
    ;; XXX: This is really a hack to work around the fact that we can't have
    ;; 'If-Modified-Since' because timestamps are zeroed.



reply via email to

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