phunguyen19
8/12/2017 - 1:17 PM

Nginx Server Error 413 Request Entity Too Large

Nginx Server Error 413 Request Entity Too Large

  • Go to edit your nginx.conf. Usually, it is located in /etc/nginx/nginx.conf or /usr/local/nginx/conf/nginx.conf.
  • Then add the line below to http or server or location block: client_max_body_size 2M;