413 Request Entity Too Large
2017-12-05 本文已影响0人
Do_More
open /usr/local/etc/nginx/nginx.conf
add
client_max_body_size 20m;
to
http{}
nginx -s reload
open /usr/local/etc/nginx/nginx.conf
add
client_max_body_size 20m;
to
http{}
nginx -s reload