bunch of outstanding changes + add MTL-aas

This commit is contained in:
Joeri Exelmans 2025-11-06 00:05:49 +01:00
parent 93fc6a9539
commit 9311af020e
7 changed files with 68 additions and 8 deletions

View file

@ -299,6 +299,10 @@ let secrets = import ../secrets.nix; in
proxyWebsockets = true;
};
locations."/apis/mtl-aas/" = {
proxyPass = "http://127.0.0.1:15478/";
};
forceSSL = true;
enableACME = true;
extraConfig = ''