• 错误:413 Request Entity Too Large

  • 解决方案
    找到自己主机的nginx.conf配置文件,在中http加入

    http{
      client_max_body_size 10m;
    }
    

    然后重启nginx