summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-25 21:05:23 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-25 21:13:22 -0600
commite4677651c8a481b2061d83306ad989478e04ce08 (patch)
tree605cc5f6042e46394d9df1476dcaf95be1310198 /sys
parent53edce04ef69f7fec14c2d433ec0788e3dd547de (diff)
sys/web/nginx: fix error log output for fail2ban
Diffstat (limited to '')
-rw-r--r--sys/web/nginx.nix2
1 files changed, 1 insertions, 1 deletions
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 = { };