ServerForum.org - The Professional IT Community

Full Version: Plesk Onyx 17.5.3 PHPFpm, Nginx 413 Request Entity Too Large Error, Solutions?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello community, 

I have a problem with my webserver running on Ubuntu 14.04 with Plesk Onyx 17.5. When I try to upload a larger file to my Owncloud instance, I receive the error message --> 413 Request Entity Too Large Error. What can I do to resolve the issue?
Could you please share your settings on php.ini, maximum upload size?
hello, 

the following settings I have made: 

  1. PHP 7.0.2
  2. max_post_size = 256
  3. max_upload_size = 256
The file size is 178MB, so therefore the settings are not overtaken by the system.
Hi, 

please make the following changes into your nginx configuration file

Code:
client_max_body_size 0;

to /etc/nginx/nginx.conf and reload nginx proxy server via ssh terminal


Code:
# /etc/init.d/nginx reload

Other way is disable nginx proxy server.