From d81f95d233ab1a50f7194eecfe381574586fdf7c Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Fri, 15 Mar 2024 02:44:54 +0100 Subject: [PATCH] aaaaaaaa --- hosts/ds9/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 89472c5d..abe796da 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -301,7 +301,7 @@ in services.nginx.virtualHosts."bzzt-api.hailsatan.eu" = { useACMEHost = "hailsatan.eu"; - listenAddresses = [ "0.0.0.0" "[::0]" ]; + listenAddresses = [ "10.0.0.2" "100.83.96.25" ]; locations = { "/".proxyPass = "http://127.0.0.1:5001"; "/".proxyWebsockets = true; @@ -309,7 +309,7 @@ in }; services.nginx.virtualHosts."bzzt-lcg.hailsatan.eu" = { useACMEHost = "hailsatan.eu"; - listenAddresses = [ "0.0.0.0" "[::0]" ]; + listenAddresses = [ "10.0.0.2" "100.83.96.25" ]; locations = { "/".proxyPass = "http://127.0.0.1:5003"; "/".proxyWebsockets = true;