guix-commits
[Top][All Lists]
Advanced

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

branch master updated: nginx: berlin: Fix typo.


From: Ludovic Courtès
Subject: branch master updated: nginx: berlin: Fix typo.
Date: Sun, 29 Nov 2020 06:22:55 -0500

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 2750915  nginx: berlin: Fix typo.
2750915 is described below

commit 2750915b1fd6081c2700e3e0d266956b7dff04d0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 29 12:22:34 2020 +0100

    nginx: berlin: Fix typo.
    
    * hydra/nginx/berlin.scm (%berlin-servers) <issues.guix.info 443>: Fix typo.
---
 hydra/nginx/berlin.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index bccfb1b..20c830e 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -938,10 +938,9 @@ PUBLISH-URL."
     (ssl-certificate-key (le "issues.guix.info" 'key))
     (root "/home/rekado/mumi/")
     (locations
-     (list (locations
-            (list (nginx-location-configuration ;certbot
-                   (uri "/.well-known")
-                   (body (list "root /var/www;")))))
+     (list (nginx-location-configuration          ;certbot
+            (uri "/.well-known")
+            (body (list "root /var/www;")))
            (nginx-location-configuration
             (uri "/")
             (body '("proxy_pass http://localhost:1234;";)))))



reply via email to

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