Fixed issues with grafana UI
This commit is contained in:
parent
80de420b5f
commit
f5e5805a6b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue