e103967d6f
A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867). Signed-off-by: Bimal Jacob <bimal.jacob@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> [Thomas: - rename from nginx-upload-module to nginx-upload. Indeed, we don't want all nginx modules to be suffixed with "-module" - include the module Config.in file directly from package/Config.in, like we do for Python, Perl, Lua or TCL modules.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
config BR2_PACKAGE_NGINX_UPLOAD
|
|
bool "nginx-upload"
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
A module for nginx web server for handling file uploads
|
|
using multipart/form-data encoding (RFC 1867).
|
|
|
|
https://github.com/vkholodkov/nginx-upload-module
|