From 7092c4e9c33aa0cc8076925a099705a61c7c1d6b Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Sat, 6 Jul 2024 11:59:58 +0200 Subject: [PATCH] fix(attic): Don't use the same port as prometheus --- machines/storage01/atticd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/storage01/atticd.nix b/machines/storage01/atticd.nix index afc9c52..6947847 100644 --- a/machines/storage01/atticd.nix +++ b/machines/storage01/atticd.nix @@ -11,7 +11,7 @@ in credentialsFile = config.age.secrets."atticd-credentials_file".path; settings = { - listen = "127.0.0.1:9090"; + listen = "127.0.0.1:9099"; api-endpoint = "https://${host}/"; allowed-hosts = [ host ]; @@ -55,7 +55,7 @@ in forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1:9090"; + proxyPass = "http://127.0.0.1:9099"; extraConfig = '' client_max_body_size 10G;