nginx: reset root to grafana

Turns out root is needed, and it MUST point to the same host somewhere.

Man this is tricky.
This commit is contained in:
Payas Relekar 2023-06-05 01:01:33 +05:30
parent 336d7ba735
commit 054dc49066

View file

@ -111,6 +111,7 @@
addSSL = true;
enableACME = true;
locations = {
"/".proxyPass = "http://0.0.0.0:2342";
"/music".proxyPass = "http://${config.services.navidrome.settings.Address}:${toString config.services.navidrome.settings.Port}";
"/grafana".proxyPass = "http://0.0.0.0:2342";
"/minio".proxyPass = "http://${config.services.minio.consoleAddress}";