This commit is contained in:
Lucy Hochkamp 2024-03-15 02:17:27 +01:00
parent 88d9c061e1
commit 9524881bd2
No known key found for this signature in database

View file

@ -311,6 +311,7 @@ in
services.nginx.virtualHosts."bzzt-lcg.hailsatan.eu" = { services.nginx.virtualHosts."bzzt-lcg.hailsatan.eu" = {
useACMEHost = "hailsatan.eu"; useACMEHost = "hailsatan.eu";
forceSSL = true; forceSSL = true;
listenAddresses = [ "0.0.0.0" "[::0]" "100.83.96.25" ];
locations = { locations = {
"/".proxyPass = "http://127.0.0.1:5003"; "/".proxyPass = "http://127.0.0.1:5003";
"/".proxyWebsockets = true; "/".proxyWebsockets = true;