civodul pushed a commit to branch master
in repository maintenance.
commit 230d7747d1a38ec4e572f34a2d75af3660dd88c1
Author: Ludovic Courtès <[email protected]>
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;
+}