forked from arut/nginx-dav-ext-module
-
Notifications
You must be signed in to change notification settings - Fork 0
GDI123/nginx-dav-ext-module
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
== nginx-dav-ext-module == NGINX WebDAV missing commands support (PROPFIND & OPTIONS) (c) 2012 Arutyunyan Roman (arut@qip.ru) For full WebDAV support in NGINX you need to turn on standard NGINX WebDAV module (providing partial WebDAV implementation) as well as this module for missing methods ./configure --with-http_dav_module --add-module=<path-to-this-module> Requirements: libexpat-dev Example config: location / { dav_methods PUT DELETE MKCOL COPY MOVE; dav_ext_methods PROPFIND OPTIONS; root /var/root/; }
About
NGINX WebDAV missing methods support (PROPFIND & OPTIONS)
Resources
Stars
Watchers
Forks
Packages 0
No packages published