rekado pushed a commit to branch master
in repository maintenance.
commit 89745574c8175694e7e077feb643f28be9829e37
Author: Ricardo Wurmus <[email protected]>
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")