Merge pull request #518 from genebean/grafana

add grafana subpath
This commit is contained in:
Gene Liverman 2025-06-11 22:35:15 -04:00 committed by GitHub
commit cb5fc89b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -421,7 +421,7 @@ in {
enableACME = true; enableACME = true;
acmeRoot = null; acmeRoot = null;
forceSSL = true; forceSSL = true;
locations."/grafana/".proxyPass = "http://${backend_ip}:3002"; locations."/grafana/".proxyPass = "http://${backend_ip}:3002/grafana/";
}; };
"nc.${home_domain}" = { "nc.${home_domain}" = {
listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }]; listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }];