Answers for "nginx max request size"

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

Browse Popular Code Answers by Language