🔧 Update default body size for docker images

Set it to 350MiB, the same as we have on our saas
This commit is contained in:
Andrey Antukh 2025-01-29 10:45:50 +01:00
parent 407b664910
commit d9ba107da2

View file

@ -64,7 +64,7 @@ http {
listen 8080 default_server;
server_name _;
client_max_body_size 100M;
client_max_body_size 350M;
charset utf-8;
proxy_http_version 1.1;