diff options
author | Kjetil Ørbekk <kj@orbekk.com> | 2017-11-20 10:21:49 -0500 |
---|---|---|
committer | Kjetil Ørbekk <kj@orbekk.com> | 2017-11-20 10:21:49 -0500 |
commit | dbdee4a2c1008e5a1544b49894969b91af850fbc (patch) | |
tree | 55837918603688180db829c5ea623670f1538458 | |
parent | 5fc15066e4fd09881b7da138c7b99850d0b5216e (diff) |
fix syntax error
-rw-r--r-- | config/web-server.nix | 6 |
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/;''; #}; |