Command Palette
Search for a command to run...
解决Nginx报错:413 Request Entity Too Large
发现上传大文件时报错:413 Request Entity Too Large。以为单纯的是php配置问题,于是将php.ini配置中的post\_max\_size和upload\_max\_filesize进行了调整,都设置为500Mb,但上传文件不足500Mb大小时,仍然报“413 Request Entity Too Large”这个错误。 后面发现还需要在nginx的配置文件中,添加cl...