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;