alpine: tweaks and fixes

This commit is contained in:
Tristan 2025-05-23 18:32:59 +01:00
parent 0e2eef3ee0
commit ae83324d9b
6 changed files with 70 additions and 7 deletions

View file

@ -12,6 +12,9 @@ in {
services.nginx.virtualHosts.${domain} = {
forceSSL = true;
enableACME = true;
locations."~".proxyPass = "http://localhost:${toString port}";
locations."~" = {
proxyPass = "http://localhost:${toString port}";
proxyWebsockets = true;
};
};
}