guix-commits
[Top][All Lists]
Advanced

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

01/01: nginx: Fix syntax error in berlin.scm.


From: Ludovic Courtès
Subject: 01/01: nginx: Fix syntax error in berlin.scm.
Date: Mon, 15 Jul 2019 16:45:04 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit d1aad201d39faf1c39082067adcdfe953f9d8751
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 15 22:44:19 2019 +0200

    nginx: Fix syntax error in berlin.scm.
    
    * hydra/nginx/berlin.scm (%berlin-servers): Write \\.pdf with two
    backslashes, not one.
---
 hydra/nginx/berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 0e38d1d..3af5ad0 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -466,7 +466,7 @@ PUBLISH-URL."
           (uri "/manual/")
           (body (list "alias /srv/guix-manual")))
        (nginx-location-configuration
-         (uri "~ ^.+\.pdf$")
+         (uri "~ ^.+\\.pdf$")
          (body (list "root /srv/guix-pdfs")))))
     (raw-content
      (list
@@ -564,7 +564,7 @@ PUBLISH-URL."
           (uri "/manual/")
           (body (list "alias /srv/guix-manual")))
        (nginx-location-configuration
-         (uri "~ ^.+\.pdf$")
+         (uri "~ ^.+\\.pdf$")
          (body (list "root /srv/guix-pdfs")))))
     (raw-content
      (append



reply via email to

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