guix-commits
[Top][All Lists]
Advanced

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

01/02: berlin: Comment on 'guix workflow --web-interface'.


From: Ludovic Courtès
Subject: 01/02: berlin: Comment on 'guix workflow --web-interface'.
Date: Mon, 2 Sep 2019 09:12:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 70fa666d3f22db7fe20585dd25319bc8cb5643a2
Author: Ludovic Courtès <address@hidden>
Date:   Mon Sep 2 15:10:26 2019 +0200

    berlin: Comment on 'guix workflow --web-interface'.
    
    * hydra/nginx/berlin.scm (%berlin-servers): Add comment.
---
 hydra/nginx/berlin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 0900554..5c1377d 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -539,6 +539,8 @@ PUBLISH-URL."
      (list (nginx-location-configuration ;certbot
             (uri "/.well-known")
             (body (list "root /var/www;")))
+
+           ;; Pass requests to 'guix workflow --web-interface'.
            (nginx-location-configuration
             (uri "/")
             (body '("proxy_pass http://localhost:5000;";)))))



reply via email to

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