guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Switch guix.info to guix.gnu.org.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Switch guix.info to guix.gnu.org.
Date: Mon, 20 Jan 2020 15:20:33 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 6dbe2a41964a7d9eb4fd1e7688d0802005d36be9
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Jan 20 20:19:02 2020 +0000

    hydra: bayfront: Switch guix.info to guix.gnu.org.
    
    As this matches up better with other .guix.gnu.org services.
    
    * hydra/nginx/bayfront.conf: Substitute .guix.gnu.org for .guix.info
    in places.
---
 hydra/nginx/bayfront.conf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/hydra/nginx/bayfront.conf b/hydra/nginx/bayfront.conf
index 09274b9..03f94e5 100644
--- a/hydra/nginx/bayfront.conf
+++ b/hydra/nginx/bayfront.conf
@@ -1,4 +1,4 @@
-# This is the nginx config file for bayfront.guix.info.
+# This is the nginx config file for bayfront.guix.gnu.org.
 
 user nginx;
 worker_processes  auto;
@@ -85,7 +85,7 @@ http {
 
     server {
        listen       80;
-       server_name  bayfront.guix.info;
+       server_name  bayfront.guix.gnu.org;
 
        access_log  /var/log/nginx/http.access.log;
 
@@ -133,10 +133,10 @@ http {
     # HTTPS server.
     server {
        listen       443 ssl;
-        server_name  bayfront.guix.info;
+        server_name  bayfront.guix.gnu.org;
 
-        ssl_certificate     
/etc/letsencrypt/live/bayfront.guix.info/fullchain.pem;
-        ssl_certificate_key 
/etc/letsencrypt/live/bayfront.guix.info/privkey.pem;
+        ssl_certificate     
/etc/letsencrypt/live/bayfront.guix.gnu.org/fullchain.pem;
+        ssl_certificate_key 
/etc/letsencrypt/live/bayfront.guix.gnu.org/privkey.pem;
 
        # Make sure SSL is disabled.
        ssl_protocols       TLSv1 TLSv1.1 TLSv1.2;



reply via email to

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