From 511ac031cd7b6f4132fd6e69fd6cc49937f3044f Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 23 Feb 2025 19:16:13 -0500 Subject: [PATCH] guh --- common/systemModules/nginx.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/common/systemModules/nginx.nix b/common/systemModules/nginx.nix index 9e51b15..5a15312 100644 --- a/common/systemModules/nginx.nix +++ b/common/systemModules/nginx.nix @@ -4,8 +4,13 @@ nginx = { user = "root"; enable = true; - logError = "syslog:server=unix:/dev/log"; + # how the hell does this option work + # logError = ""; statusPage = true; + recommendedTlsSettings = true; + recommendedGzipSettings = true; + recommendedProxySettings = true; + recommendedOptimisation = true; }; }; sops = {