feat: Increase nginx clientMaxBodySize limit

Increased the clientMaxBodySize in nginx configuration from 100M to 1000M. This change allows larger client request bodies,
This commit is contained in:
Harald Hoyer 2024-06-27 14:53:01 +02:00
parent 0a0ae0db8c
commit 3eba20c0dc

View file

@ -3,7 +3,7 @@
users.users.nginx.extraGroups = [ "acme" ];
services.nginx = {
enable = true;
clientMaxBodySize = "100M";
clientMaxBodySize = "1000M";
appendHttpConfig = ''
log_format vcombined '$host:$server_port '
'$remote_addr - $remote_user [$time_local] '