diff options
Diffstat (limited to 'ops/modules/www/status.tvl.su.nix')
-rw-r--r-- | ops/modules/www/status.tvl.su.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/www/status.tvl.su.nix b/ops/modules/www/status.tvl.su.nix index 2bb6093c1472..7079c602604e 100644 --- a/ops/modules/www/status.tvl.su.nix +++ b/ops/modules/www/status.tvl.su.nix @@ -18,7 +18,7 @@ forceSSL = true; locations."/" = { - proxyPass = "http://localhost:${toString config.services.grafana.port}"; + proxyPass = "http://localhost:${toString config.services.grafana.settings.server.http_port}"; }; }; }; |