This commit is contained in:
Lucy Hochkamp 2024-03-15 01:57:31 +01:00
parent 6e43725b67
commit 334544c21c
No known key found for this signature in database

View file

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