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;