Fix errors and warnings
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m57s
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m57s
This commit is contained in:
@@ -66,9 +66,9 @@ with lib;
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts.${config.services.grafana.domain} = {
|
||||
virtualHosts.${config.services.grafana.settings.server.domain} = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}";
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.grafana.settings.server.http_port}";
|
||||
proxyWebsockets = true;
|
||||
|
||||
extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user