diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-12 15:37:33 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-12 15:37:33 -0700 |
commit | a9bb14c7281c90dd8cddebcc656861c6f61d8837 (patch) | |
tree | bac18f9abecc8739cfe2f8b0e3aef265258c59a6 /profiles/monitoring | |
parent | profiles/nginx: set the default port to 8080 (diff) | |
download | world-a9bb14c7281c90dd8cddebcc656861c6f61d8837.tar.gz |
profiles/monitoring: a bunch of fixes
Diffstat (limited to 'profiles/monitoring')
-rw-r--r-- | profiles/monitoring/loki.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/monitoring/loki.nix b/profiles/monitoring/loki.nix index 012b986..4b31bb4 100644 --- a/profiles/monitoring/loki.nix +++ b/profiles/monitoring/loki.nix @@ -96,7 +96,7 @@ } ]; locations."/" = { - proxyPass = "http://127.0.0.1:${toString services.loki.configuration.server.http_listen_port}"; + proxyPass = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}"; }; }; } |