From dbdee4a2c1008e5a1544b49894969b91af850fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Mon, 20 Nov 2017 10:21:49 -0500 Subject: fix syntax error --- config/web-server.nix | 6 +++--- 1 file 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/;''; #}; -- cgit v1.2.3