[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: nginx: mirror: Add location for /.well-known.
From: |
Ludovic Courtès |
Subject: |
02/02: nginx: mirror: Add location for /.well-known. |
Date: |
Sun, 12 Jun 2016 11:02:27 +0000 (UTC) |
civodul pushed a commit to branch master
in repository maintenance.
commit 7de458b2626500adf11639be8c979428e7971c39
Author: Ludovic Courtès <address@hidden>
Date: Sun Jun 12 13:01:59 2016 +0200
nginx: mirror: Add location for /.well-known.
---
hydra/nginx/mirror-locations.conf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hydra/nginx/mirror-locations.conf
b/hydra/nginx/mirror-locations.conf
index 3313ecc..3e58859 100644
--- a/hydra/nginx/mirror-locations.conf
+++ b/hydra/nginx/mirror-locations.conf
@@ -91,3 +91,8 @@ location ~ \.narinfo$ {
proxy_hide_header Set-Cookie;
proxy_ignore_headers Set-Cookie;
}
+
+# For use by Certbot.
+location /.well-known {
+ root /var/www;
+}