diff options
| -rw-r--r-- | sys/web/nginx.nix | 2 |
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 = { }; |
