5g bodysize

This commit is contained in:
cutemeli
2025-12-28 12:09:37 +01:00
parent 3e224d7ab2
commit 4a8bdfbc13

View File

@@ -39,7 +39,7 @@ server {
#allow 127.0.0.1; #allow 127.0.0.1;
#deny all; #deny all;
client_max_body_size 4g; client_max_body_size 5g;
location / { location / {
proxy_pass http://127.0.0.1:3001; proxy_pass http://127.0.0.1:3001;