From 848f5e19cde34f6b7040076afaa3d2a68e90a9bf Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:27:45 -0500 Subject: [PATCH] remove things --- common/systemModules/nginx.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/common/systemModules/nginx.nix b/common/systemModules/nginx.nix index b80949f..a15dcdf 100644 --- a/common/systemModules/nginx.nix +++ b/common/systemModules/nginx.nix @@ -4,11 +4,10 @@ nginx = { enable = true; logError = "syslog:server=unix:/dev/log warn"; - statusPage = true; - recommendedTlsSettings = true; - recommendedGzipSettings = true; - recommendedProxySettings = true; - recommendedOptimisation = true; + # recommendedTlsSettings = true; + # recommendedGzipSettings = true; + # recommendedProxySettings = true; + # recommendedOptimisation = true; }; adguardhome = { port = 3115;