How to Install libnginx-mod-http-uploadprogress in Ubuntu 18.04



Install libnginx-mod-http-uploadprogress by entering the following commands in the terminal:

sudo apt update
sudo apt install libnginx-mod-http-uploadprogress

Description:

Upload progress system for Nginx

Upload progress module is an implementation of an upload progress system, that monitors RFC1867 POST uploads as they are transmitted to upstream servers. . It works by tracking the uploads proxied by Nginx to upstream servers without analysing the uploaded content and offers a web API to report upload progress in Javscript, Json or any other format.

Homepage: http://nginx.net

Version: 1.14.0-0ubuntu1

Section: universe/httpd