1963 Views
In Nginx server when you try to upload a large file more than 2 MB then the server shows the error message -  413 Request Entity Too Large This error message means the Nginx server max file upload size capacity is lower than your requested file size. To increase the size of file upload ...
Sheetal Kumar
Dec 21, 2019
4767 Views
When you try to upload a file using Nginx server you get an error 413 Request Entity Too Large. This is due to Nginx server configuration is not set for your uploaded file size. To solve this issue use the following steps. 1. Connect your server using SSH terminal. 2. Open Nginx ...
Sheetal Kumar
Aug 20, 2019
Page 1 of 1 Pages       Total Records 2
  • First
  • Prev
  • 1
  • Next
  • Last