guix-commits
[Top][All Lists]
Advanced

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

01/02: nginx: hydra.gnu.org: Fix location for /.well-known.


From: Ludovic Courtès
Subject: 01/02: nginx: hydra.gnu.org: Fix 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 9f90f5a968b5fb23121f7bc82573b3b5a572a142
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jun 12 13:01:12 2016 +0200

    nginx: hydra.gnu.org: Fix location for /.well-known.
---
 hydra/nginx/hydra.gnu.org-locations.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/nginx/hydra.gnu.org-locations.conf 
b/hydra/nginx/hydra.gnu.org-locations.conf
index d956402..0a2fa7c 100644
--- a/hydra/nginx/hydra.gnu.org-locations.conf
+++ b/hydra/nginx/hydra.gnu.org-locations.conf
@@ -109,5 +109,5 @@ location ~ \.narinfo$ {
 
 # For use by Certbot.
 location /.well-known {
-    root /var/www/.well-known;
+    root /var/www;
 }



reply via email to

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