guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: nginx: berlin: Add certbot locations for issues.* and guix


From: Ricardo Wurmus
Subject: 01/02: hydra: nginx: berlin: Add certbot locations for issues.* and guixwl.
Date: Thu, 25 Jul 2019 07:31:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit a9647c294cf67c2e979c7d1ca00ad4aa14fd757f
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jul 25 11:59:12 2019 +0200

    hydra: nginx: berlin: Add certbot locations for issues.* and guixwl.
    
    * hydra/nginx/berlin.scm (%berlin-servers): Add .well-known location
    for issues.guix.gnu.org and www.guixwl.org.
---
 hydra/nginx/berlin.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 01bc806..682d56b 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -516,7 +516,10 @@ PUBLISH-URL."
                    "issues.guix.gnu.org"))
     (root "/home/rekado/mumi/")
     (locations
-     (list (nginx-location-configuration
+     (list (nginx-location-configuration ;certbot
+            (uri "/.well-known")
+            (body (list "root /var/www;")))
+           (nginx-location-configuration
             (uri "/")
             (body '("proxy_pass http://localhost:1234;";)))))
     (raw-content
@@ -531,7 +534,10 @@ PUBLISH-URL."
                    "www.guixwl.org"))
     (root "/home/rekado/gwl/")
     (locations
-     (list (nginx-location-configuration
+     (list (nginx-location-configuration ;certbot
+            (uri "/.well-known")
+            (body (list "root /var/www;")))
+           (nginx-location-configuration
             (uri "/")
             (body '("proxy_pass http://localhost:5000;";)))))
     (raw-content



reply via email to

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