🚀 bump nginx size limit to 2000M

This commit is contained in:
tj-14 2022-03-18 12:45:24 +07:00
parent a3fa49b7c5
commit 0e44895a93

View File

@ -1,6 +1,6 @@
proxy_pass http://backend;
proxy_set_header X-Real-IP __IP_HEADER__;
proxy_set_header Host $http_host;
client_max_body_size 200M;
client_max_body_size 2000M;
proxy_http_version 1.1;
proxy_set_header Connection '';
proxy_set_header Connection '';