diff options
author | sterni <sternenseemann@systemli.org> | 2022-11-06T18·51+0100 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-11-07T14·43+0000 |
commit | 83dabf8955bae6d8dce4a06745d72f661fb5a0e0 (patch) | |
tree | 21ad450770a280f2d49cd866fd63780ffc9015fa /ops/modules | |
parent | bf1a2686e71e2350942580ebb6d9f57834ad0eb8 (diff) |
fix(ops/machines/whitby): serve grafana at status.tvl.su again r/5260
This is a follow up to cl/7191 which neglected to adjust the status.tvl.su.nix module and re-enable it. Change-Id: Icc1917004cd50e5eab61a29bc68b393ba9bd6325 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7226 Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi> Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'ops/modules')
-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}"; }; }; }; |