[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: berlin: Redirect disarchive HTTP connectio
From: |
Tobias Geerinckx-Rice |
Subject: |
branch master updated: hydra: berlin: Redirect disarchive HTTP connections to HTTPS. |
Date: |
Wed, 12 Jan 2022 15:16:15 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 5165754 hydra: berlin: Redirect disarchive HTTP connections to HTTPS.
5165754 is described below
commit 5165754b06571e5099bd4571ec876432465a1a3e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jan 12 17:26:18 2022 +0000
hydra: berlin: Redirect disarchive HTTP connections to HTTPS.
* hydra/nginx/berlin.scm (%berlin-servers): Remove the port 80 listener
for disarchive.guix.gnu.org, to be handled by the catch-all HTTPS
redirector.
---
hydra/nginx/berlin.scm | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index ecdbb13..9a67826 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -207,17 +207,6 @@ PUBLISH-URL."
(list
"access_log /var/log/nginx/bootstrappable.access.log;")))
- (nginx-server-configuration
- (listen '("80"))
- (server-name '("disarchive.guix.gnu.org"))
- (root "/gnu/disarchive")
- (raw-content
- ;; Tell nginx to always read 'FILE.gz' when asked for 'FILE', and to
- ;; gunzip it on the fly (because the client for this typically doesn't
- ;; properly support gzip encoding).
- (list "gzip_static always; gunzip on;\n"
- "access_log /var/log/nginx/disarchive.access.log;")))
-
(nginx-server-configuration
(listen '("80"))
(server-name '("guixwl.org"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: berlin: Redirect disarchive HTTP connections to HTTPS.,
Tobias Geerinckx-Rice <=