From 004262e1d061f37bd89a7a2de3a5f61b067204f1 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:56:38 -0500 Subject: [PATCH] guhh[13;2u --- common/systemModules/nginx.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/systemModules/nginx.nix b/common/systemModules/nginx.nix index 49ae867..d10050d 100644 --- a/common/systemModules/nginx.nix +++ b/common/systemModules/nginx.nix @@ -4,10 +4,10 @@ nginx = { enable = true; logError = "syslog:server=unix:/dev/log warn"; - # recommendedTlsSettings = true; - # recommendedGzipSettings = true; - # recommendedProxySettings = true; - # recommendedOptimisation = true; + recommendedTlsSettings = true; + recommendedGzipSettings = true; + recommendedProxySettings = true; + recommendedOptimisation = true; virtualHosts = { "vw.sadan.zip" = { forceSSL = true;