[fanny] proxy grafana.malobeo.org

This commit is contained in:
2025-01-21 23:21:31 +01:00
parent ba3eb1cbfb
commit b743057389

View File

@@ -87,6 +87,15 @@ in
'';
};
};
virtualHosts."grafana.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.0.0.14";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};
};
services.tor = {