Fix File Upload on Nginx

Nginx (Engine-X) is a Web server and reverse proxy server for HTTP, SMTP, POP3 and IMAP, It have a strong focus on high concurrency, performance and low memory usage. Here are the steps to fix file upload on nginx. 1. SSH to nginx box 2. Edit nginx.conf a) backup the config file: # cp /etc/nginx/nginx.conf … Read more