guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra/nginx: Add /guix-videos alias.


From: Ricardo Wurmus
Subject: branch master updated: hydra/nginx: Add /guix-videos alias.
Date: Sat, 28 Mar 2020 11:17:26 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new ea80a08  hydra/nginx: Add /guix-videos alias.
ea80a08 is described below

commit ea80a0849bef12330c49b50bfa2f889f8de1cd08
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Mar 28 16:16:49 2020 +0100

    hydra/nginx: Add /guix-videos alias.
    
    * hydra/nginx/berlin.scm (guix.gnu.org-locations): Add alias for
    /guix-videos.
---
 hydra/nginx/berlin.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index a73af23..303fd35 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -427,6 +427,9 @@ PUBLISH-URL."
              "Running-Guix-in-a-VM.html")
 
    (nginx-location-configuration
+    (uri "/guix-videos")
+    (body (list "alias /srv/videos;")))
+   (nginx-location-configuration
     (uri "/manual/devel")
     (body (list "alias /srv/guix-manual-devel;")))
    (nginx-location-configuration



reply via email to

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