guix-commits
[Top][All Lists]
Advanced

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

branch master updated: nginx: bayfront: Add missing 'root' for http://hp


From: Ludovic Courtès
Subject: branch master updated: nginx: bayfront: Add missing 'root' for http://hpc.guix.info.
Date: Thu, 10 Nov 2022 10:08:23 -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 4df8832  nginx: bayfront: Add missing 'root' for http://hpc.guix.info.
4df8832 is described below

commit 4df883260087c2068fb9a1088d945a8c08bf3f4f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 10 16:06:34 2022 +0100

    nginx: bayfront: Add missing 'root' for http://hpc.guix.info.
    
    Previously stuff under /static would not be found (for http, not https).
    
    * hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Add 'root'.
---
 hydra/bayfront.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 256efb4..fec6b97 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -370,6 +370,7 @@ access_log   /var/log/nginx/guix-hpc.access.log;
 
 # Limit embedding in HTML frames.
 add_header X-Frame-Options SAMEORIGIN;"))
+      (root "/srv/guix-hpc-web")
       (locations
        (append
         common-locations



reply via email to

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