civodul pushed a commit to branch master
in repository maintenance.

commit d1aad201d39faf1c39082067adcdfe953f9d8751
Author: Ludovic Courtès <[email protected]>
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