1*4882a593Smuzhiyunconfig BR2_PACKAGE_NGINX_UPLOAD 2*4882a593Smuzhiyun bool "nginx-upload" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_NGINX_HTTP 4*4882a593Smuzhiyun select BR2_PACKAGE_OPENSSL 5*4882a593Smuzhiyun help 6*4882a593Smuzhiyun A module for nginx web server for handling file uploads 7*4882a593Smuzhiyun using multipart/form-data encoding (RFC 1867). 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun https://github.com/vkholodkov/nginx-upload-module 10