From 92028e1011ad1dcd5cd0777aca1b5eb95e6f2f85 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Sun, 23 Feb 2025 19:23:37 -0500 Subject: [PATCH] oops, i might be stupid --- common/systemModules/nginx.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/systemModules/nginx.nix b/common/systemModules/nginx.nix index da114e2..5008d93 100644 --- a/common/systemModules/nginx.nix +++ b/common/systemModules/nginx.nix @@ -3,8 +3,7 @@ services = { nginx = { enable = true; - # how the hell does this option work - # logError = ""; + logError = "syslog:server=unix:/dev/log warn"; statusPage = true; recommendedTlsSettings = true; recommendedGzipSettings = true;