guix-commits
[Top][All Lists]
Advanced

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

01/03: nginx: berlin: Add location for Hurd bootstrap binaries.


From: Ludovic Courtès
Subject: 01/03: nginx: berlin: Add location for Hurd bootstrap binaries.
Date: Thu, 26 Sep 2019 04:42:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 805b63bd644633c906a1ddfdc93b1e7ecb1ab60c
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 25 17:05:38 2019 +0200

    nginx: berlin: Add location for Hurd bootstrap binaries.
    
    * hydra/nginx/berlin.scm (berlin-locations): Add "/guix".
---
 hydra/nginx/berlin.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 5c1377d..c516686 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -193,6 +193,11 @@ PUBLISH-URL."
            ;; For use by Certbot.
            (nginx-location-configuration
             (uri "/.well-known")
+            (body (list "root /var/www;")))
+
+           ;; For Hurd bootstrap binaries.
+           (nginx-location-configuration
+            (uri "/guix")
             (body (list "root /var/www;"))))))
 
 (define guix.gnu.org-locations



reply via email to

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