civodul pushed a commit to branch master
in repository maintenance.

commit 21d1bfe3bf381e636aead694260093c63c388097
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Nov 23 14:51:05 2020 +0100

    nginx: berlin: Add location block for /audio.
    
    * hydra/nginx/berlin.scm (guix.gnu.org-locations): Add location for /audio.
---
 hydra/nginx/berlin.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index ca51082..fdc4a39 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -700,6 +700,10 @@ PUBLISH-URL."
     (uri "/guix-videos")
     (body (list "alias /srv/videos;")))
 
+   (nginx-location-configuration
+    (uri "/audio")
+    (body (list "alias /srv/audio;")))
+
    ;; 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