feat: increase nginx client max body size

This change updates the nginx configuration in the x86_64-linux system. It adds a new parameter, clientMaxBodySize, which is set to allow larger payloads of up to 100M, improving our capacity to handle bigger client requests.
This commit is contained in:
Harald Hoyer 2024-06-27 14:51:12 +02:00
parent 0288751ef5
commit 0a0ae0db8c

View file

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