summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2017-11-20 10:21:49 -0500
committerKjetil Ørbekk <kj@orbekk.com>2017-11-20 10:21:49 -0500
commitdbdee4a2c1008e5a1544b49894969b91af850fbc (patch)
tree55837918603688180db829c5ea623670f1538458
parent5fc15066e4fd09881b7da138c7b99850d0b5216e (diff)
fix syntax error
-rw-r--r--config/web-server.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index 515dc16..78750f7 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -45,10 +45,10 @@
locations."/munin" = {
alias = "/var/www/munin/";
extraConfig = "autoindex on;";
- }
- #locations."/systemd" = {
+ };
+ #locations."/systemd" = {
# proxyPass = "http://10.0.20.15:11105/";
- #};
+ #};
#locations."/hledger" = {
# extraConfig = ''return 302 /hledger/;'';
#};