guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Tweak nginx location for /channe


From: Ludovic Courtès
Subject: branch master updated: hydra: bayfront: Tweak nginx location for /channel.
Date: Mon, 23 Jan 2023 04:53:52 -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 2c6a97d  hydra: bayfront: Tweak nginx location for /channel.
2c6a97d is described below

commit 2c6a97d942ab93a82fa6806771aec13d7de83966
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 23 10:52:59 2023 +0100

    hydra: bayfront: Tweak nginx location for /channel.
    
    https://hpc.guix.info/channels should not be passed to hpcguix-web.
    
    * hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Add trailing slash
    for /channel.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index a9a4700..59a6d0f 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -340,7 +340,7 @@ add_header X-Frame-Options SAMEORIGIN;\n")
                     proxy_read_timeout 2s;
                     error_page 500 502 503 504 = @gnupackages;")))
           (nginx-location-configuration
-           (uri "/channel")
+           (uri "/channel/")
            (body '("proxy_pass http://localhost:5000;";)))
 
           ;; JS for hpcguix-web



reply via email to

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