guix-commits
[Top][All Lists]
Advanced

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

01/01: nginx: bayfront: Add /.well-known for hpc.guix.info.


From: Ludovic Courtès
Subject: 01/01: nginx: bayfront: Add /.well-known for hpc.guix.info.
Date: Fri, 12 Jul 2019 05:28:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 230d7747d1a38ec4e572f34a2d75af3660dd88c1
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jul 12 11:27:43 2019 +0200

    nginx: bayfront: Add /.well-known for hpc.guix.info.
    
    * hydra/nginx/guix-hpc-locations.conf (/.well-known): New location.
---
 hydra/nginx/guix-hpc-locations.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hydra/nginx/guix-hpc-locations.conf 
b/hydra/nginx/guix-hpc-locations.conf
index b0aa5be..2c86edb 100644
--- a/hydra/nginx/guix-hpc-locations.conf
+++ b/hydra/nginx/guix-hpc-locations.conf
@@ -26,3 +26,8 @@ location ~ /static/.*\.js {
 location ~ /static/images/sort_.*\.png {
   proxy_pass http://localhost:5000;
 }
+
+# For use by Certbot.
+location /.well-known {
+    root /var/www;
+}



reply via email to

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