guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: nginx: Accept workflow.guix.info as a valid name.


From: Ricardo Wurmus
Subject: 01/01: hydra: nginx: Accept workflow.guix.info as a valid name.
Date: Wed, 15 May 2019 03:18:38 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit f4856de0c2ef308b355b77cb3d8100ff160c5cf9
Author: Ricardo Wurmus <address@hidden>
Date:   Wed May 15 09:17:20 2019 +0200

    hydra: nginx: Accept workflow.guix.info as a valid name.
    
    * hydra/nginx/berlin.scm (%berlin-servers): Add workflow.guix.info to
    the server names for the GWL website.
---
 hydra/nginx/berlin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 3ddf854..b619c85 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -239,6 +239,7 @@
    (nginx-server-configuration
     (listen '("80"))
     (server-name '("workflows.guix.info"
+                   "workflow.guix.info"
                    "guixwl.org"
                    "www.guixwl.org"))
     (root "/home/rekado/gwl/")
@@ -322,6 +323,7 @@
    (nginx-server-configuration
     (listen '("443 ssl"))
     (server-name '("workflows.guix.info"
+                   "workflow.guix.info"
                    "guixwl.org"
                    "www.guixwl.org"))
     (ssl-certificate (le "workflows.guix.info"))



reply via email to

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