diff --git a/machines/tounge/configuration.nix b/machines/tounge/configuration.nix index c00221c..09a2241 100644 --- a/machines/tounge/configuration.nix +++ b/machines/tounge/configuration.nix @@ -98,7 +98,7 @@ "PGID" = "1001"; "TZ" = "America/New_York"; }; - ports = [ "4080:80" "4433:433" ]; + ports = [ "4080:80" "4443:443" ]; volumes = [ "/var/lib/heimdall:/config" ]; }; }; @@ -126,7 +126,7 @@ forceSSL = true; useACMEHost = "mccarty.io"; locations."/" = { - proxyPass = "http://localhost:4443"; + proxyPass = "https://localhost:4443"; extraConfig = '' allow 100.64.0.0/10; deny all;