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; };