diff --git a/hosts/tanzanite/default.nix b/hosts/tanzanite/default.nix index 3a9a1cc..184c328 100644 --- a/hosts/tanzanite/default.nix +++ b/hosts/tanzanite/default.nix @@ -63,7 +63,7 @@ in { enableACME = true; forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1:8008"; + proxyPass = "http://127.0.0.1:8009"; }; }; };