From 08a2c3c4936c58d004f11973f47c671c91c03ee9 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 27 Feb 2023 21:26:36 +0100 Subject: [PATCH] nginx: Remove TLS version limitation --- hosts/architect/nginx.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/architect/nginx.nix b/hosts/architect/nginx.nix index 2c9c071..18817f3 100644 --- a/hosts/architect/nginx.nix +++ b/hosts/architect/nginx.nix @@ -13,7 +13,6 @@ recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true; - sslProtocols = "TLSv1.3"; virtualHosts."architect.devs.giugl.io" = { default = true;