[host] proxy grafana.malobeo.org

This commit is contained in:
2025-01-21 23:21:18 +01:00
parent ce7d30f604
commit ba3eb1cbfb

View File

@@ -55,6 +55,17 @@ in
};
};
services.nginx.virtualHosts."grafana.malobeo.org" = {
forceSSL = true;
enableACME= true;
locations."/" = {
proxyPass = "http://10.0.0.10";
extraConfig = ''
proxy_set_header Host $host;
'';
};
};
services.nginx.virtualHosts."status.malobeo.org" = {
forceSSL = true;
enableACME= true;