guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Fix 10years.guix domain name in


From: Ludovic Courtès
Subject: branch master updated: hydra: bayfront: Fix 10years.guix domain name in nginx config.
Date: Mon, 06 Jun 2022 06:42:33 -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 1d9995d  hydra: bayfront: Fix 10years.guix domain name in nginx config.
1d9995d is described below

commit 1d9995dcb4bab2b555e2d0fc4b1e1bb7fe2f8a08
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 6 12:42:05 2022 +0200

    hydra: bayfront: Fix 10years.guix domain name in nginx config.
    
    * hydra/bayfront.scm (%ten-years-of-guix-nginx-servers): Fix domain name.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index e476985..d9c342b 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -418,7 +418,7 @@ access_log   /var/log/nginx/guix-hpc.access.log;"))
 (define %ten-years-of-guix-nginx-servers
   ;; TODO: Add HTTPS.
   (list (nginx-server-configuration
-         (server-name '("ten-years.guix.gnu.org"))
+         (server-name '("10years.guix.gnu.org"))
          (listen '("80" "[::]:80"))
          (raw-content
           '("



reply via email to

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