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.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-20 16:42:17 +01:00
parent 4015696e45
commit fbc58921de
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 1 deletions

View File

@ -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