Added linkal module

This commit is contained in:
Luj 2022-10-12 09:52:51 +02:00
parent 0b2b09afc1
commit 70bef16422

View file

@ -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}/";
};
};