This commit is contained in:
Lucy Hochkamp 2024-03-15 01:32:27 +01:00
parent af04454135
commit 6e43725b67
No known key found for this signature in database

View file

@ -307,11 +307,19 @@ in
"/".proxyWebsockets = true;
};
};
services.nginx.virtualHosts."bzzt-lcg.hailsatan.eu" = {
useACMEHost = "hailsatan.eu";
forceSSL = true;
locations = {
"/".proxyPass = "http://127.0.0.1:5003";
"/".proxyWebsockets = true;
};
};
services.nginx.virtualHosts."bzzt.hailsatan.eu" = {
useACMEHost = "hailsatan.eu";
forceSSL = true;
locations = {
"/".proxyPass = "http://127.0.0.1:5001";
"/".proxyPass = "http://127.0.0.1:5002";
"/".proxyWebsockets = true;
};
};