NGINX with Upload Progress

· 2 min read

Using NGINX as a load balancer can be great. Monitoring upload progress to feed back to your user doesn't come out the box.

If you need to install NGINX with upload and upload_progress modules (more than likely if you’re using an FES) you can either compile by source with the additional modules installed or instead install the extras version on Ubuntu:

sudo apt-get install nginx-extras