guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Fix the nginx config.


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Fix the nginx config.
Date: Sun, 30 Apr 2023 13:07:12 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 67cdc07  hydra: bayfront: Fix the nginx config.
67cdc07 is described below

commit 67cdc0770f92dea12158d920e4b7481612a82065
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Apr 30 19:06:35 2023 +0200

    hydra: bayfront: Fix the nginx config.
    
    * hydra/bayfront.scm (%bordeaux.guix.gnu.org-nginx-servers): Quote the
    nginx location regex, since it includes { and }.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 9bd7e4d..234a8d4 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -668,7 +668,7 @@ add_header Content-Type text/plain;")))
     gzip off;
 ")))
           (nginx-location-configuration
-           (uri "~ /build/([a-z0-9-]{36})/log$")
+           (uri "~ \"\\/build\\/([a-z0-9-]{36})/log$\"")
            (body '("alias /var/lib/guix-build-coordinator/build-logs/$1/log;"
                    "add_header Content-Type 'text/plain; charset=UTF-8';"
                    "gzip_static always;"



reply via email to

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