guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Add missing semicolon in nginx c


From: Ludovic Courtès
Subject: branch master updated: hydra: bayfront: Add missing semicolon in nginx config.
Date: Wed, 13 Dec 2023 17:11:35 -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 be83dfa  hydra: bayfront: Add missing semicolon in nginx config.
be83dfa is described below

commit be83dfaa1943ef26080ee3dfdfd39bf2e6f71495
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Dec 13 23:11:11 2023 +0100

    hydra: bayfront: Add missing semicolon in nginx config.
    
    * hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Add missing
    semicolon.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 314f7dc..951a81a 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -414,7 +414,7 @@ add_header X-Frame-Options SAMEORIGIN;\n")
            (body '("proxy_pass http://localhost:5000;";)))
           (nginx-location-configuration
            (uri "= /channels/")       ;XXX: triggers 500 in hpcguix-web 0.4.0
-           (body '("return 301 $scheme://hpc.guix.info/channels")))
+           (body '("return 301 $scheme://hpc.guix.info/channels;")))
 
           ;; JS for hpcguix-web
           (nginx-location-configuration



reply via email to

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