[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: nginx: berlin: Add missing /.well-known for http:
From: |
Ludovic Courtès |
Subject: |
branch master updated: nginx: berlin: Add missing /.well-known for http://bootstrappable.org. |
Date: |
Tue, 11 Oct 2022 12:12:26 -0400 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new aa89072 nginx: berlin: Add missing /.well-known for
http://bootstrappable.org.
aa89072 is described below
commit aa89072e5c38763b3b7ebfda5e884b149aebfd59
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Oct 11 18:10:45 2022 +0200
nginx: berlin: Add missing /.well-known for http://bootstrappable.org.
With http://bootstrappable.org/.well-known (port 80) unavailable,
"certbot renew" cannot work.
* hydra/nginx/berlin.scm (%berlin-servers): Add missing /.well-known
location block for bootstrappable.org port 80.
---
hydra/nginx/berlin.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 812e395..4df496d 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -214,6 +214,10 @@ PUBLISH-URL."
(server-name '("bootstrappable.org"
"www.bootstrappable.org"))
(root "/srv/bootstrappable.org")
+ (locations
+ (list (nginx-location-configuration ;certbot
+ (uri "/.well-known")
+ (body (list "root /var/www;")))))
(raw-content
(list
"access_log /var/run/anonip/bootstrappable.access.log;")))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: nginx: berlin: Add missing /.well-known for http://bootstrappable.org.,
Ludovic Courtès <=