08-17-2017, 05:42 AM
(This post was last modified: 08-17-2017, 05:42 AM by geforceGTX.)
Hi,
please make the following changes into your nginx configuration file
to /etc/nginx/nginx.conf and reload nginx proxy server via ssh terminal
Other way is disable nginx proxy server.
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.