You can install nginx with upload progress-module. You can follow the bellow steps to install.
1. cd /usr/local/src
2. wget http://nginx.org/download/nginx-0.8.53.tar.gz
(download from http://github.com/masterzen/nginx-upload-progress-module and sftp to “/usr/local/src”) masterzen-nginx-upload-progress-module-v0.8.1-0-gc740674.tar.gz
3. tar xzvf nginx-0.8.53.tar.gz
tar xzvf masterzen-nginx-upload-progress-module-v0.8.1-0-gc740674.tar.gz
4. cd nginx-0.8.53
./configure –prefix=/opt \
–sbin-path=/opt/sbin/nginx \
–conf-path=/opt/etc/nginx/http-nginx.conf \
–error-log-path=/var/log/http-nginx/error.log \
–http-log-path=/var/log/http-nginx/access.log \
–pid-path=/var/run/http-nginx.pid \
–lock-path=/var/lock/http-nginx.lock \
–user=www-data \
–group=www-data \
–with-http_realip_module \
–with-rtsig_module \
–with-http_gzip_static_module \
–with-http_stub_status_module \
–with-http_ssl_module \
–without-mail_pop3_module \
–without-mail_imap_module \
–without-mail_smtp_module \
–add-module=/usr/local/src/masterzen-nginx-upload-progress-module-c740674/
5. make
6. make install
You can control nginx from /etc/init.d/nginx <start/stop/restart> and the conf file by default is /etc/nginx/nginx.conf .
If you require help, contact SupportPRO Server Admin