summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-03-08 22:09:17 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-03-08 22:09:17 -0500
commit5a6366feec68047e4974f6fef04b7ccb389bfca6 (patch)
treeedfa2b13fe22b656e94690394f1025c614174c83 /config
parent3c587904eb30b98ad4a51a331b4c8f7ef37c148a (diff)
add grafana.orbekk.com
Diffstat (limited to 'config')
-rw-r--r--config/web-server.nix40
1 files changed, 0 insertions, 40 deletions
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}";
};