Fixed issues with grafana UI
This commit is contained in:
parent
80de420b5f
commit
f5e5805a6b
|
@ -118,6 +118,7 @@ in
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://${server_settings.http_addr}:${toString server_settings.http_port}";
|
proxyPass = "http://${server_settings.http_addr}:${toString server_settings.http_port}";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs (cfg.acmeCertName != "") {
|
// lib.optionalAttrs (cfg.acmeCertName != "") {
|
||||||
|
|
Loading…
Reference in a new issue