Last active
March 7, 2017 04:57
-
-
Save philographer/1ea45e291765950c39e3507853b9ee12 to your computer and use it in GitHub Desktop.
Nginx 413 Request Entity Too Large Error and Solution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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