Skip to content

Instantly share code, notes, and snippets.

@philographer
Last active March 7, 2017 04:57
Show Gist options
  • Save philographer/1ea45e291765950c39e3507853b9ee12 to your computer and use it in GitHub Desktop.
Save philographer/1ea45e291765950c39e3507853b9ee12 to your computer and use it in GitHub Desktop.
Nginx 413 Request Entity Too Large Error and Solution
# Open Nginx Configuration file
vi /etc/nginx/nginx.conf
# Add Next line on below http code
client_max_body_size 2M; # Edit body size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment