Answers for "414 (Request-URI Too Large)"

5

413 Request Entity Too Large

#open terminal and type
sudo nano /etc/nginx/nginx.conf
#go to http block
http {
	...
    #add this line
    client_max_body_size 100M;
    ...
}
Posted by: Guest on August-02-2021

Code answers related to "414 (Request-URI Too Large)"

Browse Popular Code Answers by Language