summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/;'';
#};