From 1297b5e1edf8ae04217c0b8aad032338aad43958 Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Fri, 15 Mar 2024 02:18:08 +0100 Subject: [PATCH] b --- hosts/ds9/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 185dc265..61b0e53f 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -310,7 +310,6 @@ in }; services.nginx.virtualHosts."bzzt-lcg.hailsatan.eu" = { useACMEHost = "hailsatan.eu"; - forceSSL = true; listenAddresses = [ "0.0.0.0" "[::0]" "100.83.96.25" ]; locations = { "/".proxyPass = "http://127.0.0.1:5003";