packages/net/nginx
Ruixi Zhou fa257720ab nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)
Nginx provide WebDAV methods PUT, DELETE, MKCOL, COPY, and MOVE with
http_dav_module. But most WebDAV clients that require additional WebDAV
methods (PROPFIND & OPTIONS) to operate. Add missing methods support
with Arutyunyan Roman (arutyunyan.roman@gmail.com)'s nginx-dav-ext-module.
(see: http://nginx.org/en/docs/http/ngx_http_dav_module.html
https://github.com/arut/nginx-dav-ext-module)

Example config:
	location / {
		dav_methods PUT DELETE MKCOL COPY MOVE;
		dav_ext_methods PROPFIND OPTIONS;

		root /var/root/;
	}

Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
2018-08-21 08:14:44 +08:00
..
files nginx: change start level to 80 2016-05-10 15:55:48 +02:00
files-luci-support nginx: improve luci config 2018-08-20 14:55:53 +02:00
patches nginx: bump to latest release 2018-07-30 11:15:27 +02:00
patches-lua-nginx nginx: Package bump to 1.14.0 2018-06-02 14:02:37 +02:00
Config.in nginx: add http_sub_module and other fix 2018-07-18 04:02:14 +02:00
Config_ssl.in nginx: add http_sub_module and other fix 2018-07-18 04:02:14 +02:00
Makefile nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS) 2018-08-21 08:14:44 +08:00