Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 140 Bytes

nginx_errors.md

File metadata and controls

5 lines (4 loc) · 140 Bytes

nginx errors

  • nginx: 413 Request Entity Too Large

      // nginx.conf
      client_max_body_size 50M; //默认50M,可适当增加