guix-commits
[Top][All Lists]
Advanced

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

01/01: nginx: berlin: Add "/.well-known" location for ci.guix.gnu.org.


From: Ludovic Courtès
Subject: 01/01: nginx: berlin: Add "/.well-known" location for ci.guix.gnu.org.
Date: Thu, 2 Jan 2020 12:12:19 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit f2603e3753e1116ab6fc8986f79fe202b2488b61
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jan 2 18:11:45 2020 +0100

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

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index d562920..4443afc 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -178,6 +178,10 @@ PUBLISH-URL."
               "proxy_cache_valid any 10m;"
               "proxy_ignore_client_abort on;")))
 
+           (nginx-location-configuration          ;certbot
+            (uri "/.well-known")
+            (body (list "root /var/www;")))
+
            (nginx-location-configuration
             (uri "/berlin.guixsd.org-export.pub")
             (body



reply via email to

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