Subscribe

How to install nginx-module-upload in CentOS/RHEL 6 (x86_64)

NGINX module for handling file uploads

License: BSD Vendor: GetPageSpeed, Inc. https://github.com/fdintino/nginx-upload-module

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install yum-utils
sudo yum-config-manager --enable getpagespeed-extras-mainline
sudo yum -y install nginx-module-upload

Description

A module for NGINX for handling file uploads using multipart/form-data encoding (RFC 1867) and resumable uploads according to this protocol.