From 5a6366feec68047e4974f6fef04b7ccb389bfca6 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 8 Mar 2021 22:09:17 -0500 Subject: add grafana.orbekk.com --- config/web-server.nix | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'config') diff --git a/config/web-server.nix b/config/web-server.nix index 064472b..9cb9130 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -116,17 +116,6 @@ autoindex on; ''; }; - locations."/stats/" = { - alias = "/var/lib/stats/out/"; - extraConfig = "autoindex on;"; - }; - locations."/munin/" = { - alias = "/var/www/munin/"; - extraConfig = "autoindex on;"; - }; - locations."/mpd" = { - proxyPass = "http://${mpd_loc.address}:${toString mpd_loc.port}/"; - }; locations."/dav" = { root = "/storage/srv/kj.orbekk.com"; extraConfig = '' @@ -140,39 +129,10 @@ autoindex on; ''; }; - #locations."/systemd" = { - # proxyPass = "http://10.0.20.15:11105/"; - #}; - #locations."/hledger" = { - # extraConfig = ''return 302 /hledger/;''; - #}; - # locations."/hledger/" = { - # proxyPass = "http://localhost:5000/"; - # extraConfig = '' - # auth_basic "hledger"; - # auth_basic_user_file /opt/site/hledger-htpasswd; - # ''; - # }; - #locations."/_matrix" = { - # proxyPass = "http://10.0.20.15:11102"; - #}; }; - #"ympd.orbekk.com" = template // { - # locations."/" = { - # proxyPass = "http://${mpdweb_loc.address}:${toString mpdweb_loc.port}/"; - # }; - #}; "git.orbekk.com" = template // { locations."/".proxyPass = "http://localhost:11103"; }; - # "hydra.orbekk.com" = template // { - # locations."/" = { - # proxyPass = "http://10.0.20.2:11101"; - # }; - # }; - # "kufieta.net" = template // { - # locations."/".proxyPass = "http://10.0.20.13:8080"; - # }; "journal.orbekk.com" = template // { locations."/".proxyPass = "http://localhost:${toString pjournal_loc.port}"; }; -- cgit v1.2.3