Added linkal module

This commit is contained in:
Julien Malka 2022-10-12 09:52:51 +02:00
parent 8db7a68330
commit c1e4547e47
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -2,7 +2,7 @@
with lib; with lib;
let let
cfg = config.luj.linkal; cfg = config.luj.linkal;
port = 4145; port = 8443;
in in
{ {
@ -25,7 +25,7 @@ in
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://localhost:${toString port}"; proxyPass = "http://localhost:${toString port}/";
}; };
}; };