guix-commits
[Top][All Lists]
Advanced

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

01/05: hydra: berlin: Remove %wwwroot variable.


From: Ricardo Wurmus
Subject: 01/05: hydra: berlin: Remove %wwwroot variable.
Date: Sat, 29 Dec 2018 05:19:26 -0500 (EST)

rekado pushed a commit to branch master
in repository maintenance.

commit 89745574c8175694e7e077feb643f28be9829e37
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 29 11:10:47 2018 +0100

    hydra: berlin: Remove %wwwroot variable.
---
 hydra/nginx/berlin.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 1a1ac26..fcde8e0 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -20,9 +20,6 @@
                  (if privkey "privkey" "fullchain")
                  ".pem;"))
 
-;; TODO
-(define %wwwroot "WWWROOT")
-
 (define %publish-url "http://localhost:3000";)
 
 (define %tls-settings
@@ -61,7 +58,7 @@
    (nginx-location-configuration
     (uri "/berlin.guixsd.org-export.pub")
     (body
-     (list (string-append "root " %wwwroot ";"))))
+     (list "root /var/www/guix;")))
 
    (nginx-location-configuration
     (uri "/nix-cache-info")



reply via email to

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