guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Allow HTTP to berlin's internal IP


From: Tobias Geerinckx-Rice
Subject: branch master updated: hydra: berlin: Allow HTTP to berlin's internal IP.
Date: Sat, 20 Nov 2021 10:43:06 -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 fbc5892  hydra: berlin: Allow HTTP to berlin's internal IP.
fbc5892 is described below

commit fbc58921de6e693e7f462caa82cc3c4ff95bf0c7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 20 16:42:17 2021 +0100

    hydra: berlin: Allow HTTP to berlin's internal IP.
    
    * hydra/nginx/berlin.scm (%berlin-servers): Add 141.80.167.131 as an
    alias of ci.guix.gnu.org.
---
 hydra/nginx/berlin.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 38854e3..c9df381 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -818,7 +818,9 @@ PUBLISH-URL."
    ;; Domains that still explicitly support plain HTTP.
    (nginx-server-configuration
     (listen '("80"))
-    (server-name '("ci.guix.gnu.org"))
+    (server-name '("ci.guix.gnu.org"
+                  ;; <https://logs.guix.gnu.org/guix/2021-11-20.log#155427>
+                  "141.80.167.131"))
     (locations (berlin-locations %publish-url))
     (raw-content
      (list



reply via email to

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