[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: berlin: nginx: Add .well-known nginx location for
From: |
Marius Bakke |
Subject: |
branch master updated: berlin: nginx: Add .well-known nginx location for monitor.guix.gnu.org. |
Date: |
Thu, 08 Dec 2022 12:45:47 -0500 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 506c3bf berlin: nginx: Add .well-known nginx location for
monitor.guix.gnu.org.
506c3bf is described below
commit 506c3bffecb2876a167a369ae065aad5eff87e1b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 8 18:45:30 2022 +0100
berlin: nginx: Add .well-known nginx location for monitor.guix.gnu.org.
* hydra/nginx/berlin.scm (%zabbix-nginx-server)[locations]: Add
/.well-known.
---
hydra/nginx/berlin.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index d1249a3..a3ff107 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -535,7 +535,10 @@ PUBLISH-URL."
"ssl_verify_client on;")))
(locations
(let ((php-location (nginx-php-location)))
- (list (nginx-location-configuration
+ (list (nginx-location-configuration ;certbot
+ (uri "/.well-known")
+ (body (list "root /var/www;")))
+ (nginx-location-configuration
(inherit php-location)
(body (cons "if ($ssl_client_verify != SUCCESS) { return 403; }"
(append (nginx-location-configuration-body
php-location)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: berlin: nginx: Add .well-known nginx location for monitor.guix.gnu.org.,
Marius Bakke <=