diff --git a/modules/linkal/default.nix b/modules/linkal/default.nix index 8ef4653..d5178cd 100644 --- a/modules/linkal/default.nix +++ b/modules/linkal/default.nix @@ -2,7 +2,7 @@ with lib; let cfg = config.luj.linkal; - port = 4145; + port = 8443; in { @@ -25,7 +25,7 @@ in enableACME = true; forceSSL = true; locations."/" = { - proxyPass = "http://localhost:${toString port}"; + proxyPass = "http://localhost:${toString port}/"; }; };