guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Add nginx location block for hpc


From: Ludovic Courtès
Subject: branch master updated: hydra: bayfront: Add nginx location block for hpc.guix.info/channel.
Date: Sun, 22 Jan 2023 13:37:30 -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 3c9d0d0  hydra: bayfront: Add nginx location block for 
hpc.guix.info/channel.
3c9d0d0 is described below

commit 3c9d0d0470c45d48431a9a52433351b8972c2f03
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jan 22 19:36:34 2023 +0100

    hydra: bayfront: Add nginx location block for hpc.guix.info/channel.
    
    These are pages provided by hpcguix-web 0.3.0.
    
    * hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Add block for
    "/channel".
---
 hydra/bayfront.scm | 3 +++
 1 file changed, 3 insertions(+)

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



reply via email to

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