1547eea294
This package adds missing WebDAB commands to NGINX. So, it makes sense iff Nginx is compiled with the WebDAV support. Fixes: http://autobuild.buildroot.net/results/6e997faf553dc70d0aa1ee811fd669650349cba2/ Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> [Thomas: fix indentation, add autobuilder reference.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
config BR2_PACKAGE_NGINX_DAV_EXT
|
|
bool "nginx-dav-ext"
|
|
depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE
|
|
select BR2_PACKAGE_EXPAT
|
|
help
|
|
NGINX WebDAV missing commands support (PROPFIND & OPTIONS).
|
|
|
|
https://github.com/arut/nginx-dav-ext-module
|