client_max_body_size nginx.conf code example
Example 1: nginx post size
client_max_body_size 100M;
Example 2: client_max_body_size
http {
...
client_max_body_size 200M;
}
client_max_body_size 100M;
http {
...
client_max_body_size 200M;
}