summaryrefslogtreecommitdiff
path: root/sys/web
diff options
context:
space:
mode:
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 = { };