Answers for "nginx size of request"

0

nginx max request size

# Set max body to 100MB
client_max_body_size 100M;

# Or for unlimited:
client_max_body_size 0;
Posted by: Guest on June-02-2020

Code answers related to "nginx size of request"

Browse Popular Code Answers by Language