diff --git a/machines/tounge/configuration.nix b/machines/tounge/configuration.nix index 99b3eb2..c00221c 100644 --- a/machines/tounge/configuration.nix +++ b/machines/tounge/configuration.nix @@ -126,7 +126,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://localhost:4080"; + proxyPass = "http://localhost:4443"; extraConfig = '' allow 100.64.0.0/10; deny all;