From d36b35436cfed288fef1a17c8d2166a50b29b139 Mon Sep 17 00:00:00 2001 From: noe Date: Thu, 28 Dec 2023 16:47:56 -0500 Subject: [PATCH] fix --- nixos/hosts/ingress-proxy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index 7ee074b..0f6416d 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -39,8 +39,8 @@ proxyConfig = { forceSSL = true; - useHTTP3 = true; - useHTTP2 = true; + #useHTTP3 = true; + #useHTTP2 = true; enableACME = true; };