From e4677651c8a481b2061d83306ad989478e04ce08 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 25 Jul 2024 21:05:23 -0600 Subject: sys/web/nginx: fix error log output for fail2ban --- sys/web/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/web/nginx.nix b/sys/web/nginx.nix index 303ab4e..ba1f430 100644 --- a/sys/web/nginx.nix +++ b/sys/web/nginx.nix @@ -42,8 +42,8 @@ in recommendedProxySettings = true; recommendedTlsSettings = true; + logError = "/var/log/nginx/error.log"; sslDhparam = config.security.dhparams.params.nginx.path; - clientMaxBodySize = "42M"; virtualHosts = { }; -- cgit v1.2.3