Fix README.md

This commit is contained in:
2024-04-11 18:53:10 +03:00
parent d1f3a6bd16
commit 26774febc0

View File

@@ -23,9 +23,13 @@ This server is a single Nginx module attempting to be a fully-fledged WebDAV ser
# Was this written from zero? # Was this written from zero?
The native nginx dav_module has been integrated with a few changes for client compatibility. This solves some very difficult problems with client compatibility: The native nginx dav_module has been integrated with a few changes for client compatibility. This solves some very difficult problems with client compatibility:
- trailing slash issues for DELETE requests uris - trailing slash issues for DELETE requests uris
- trailing slash issues for MOVE and COPY requests uris and destination headers - trailing slash issues for MOVE and COPY requests uris and destination headers
- trailing slash issues for MKCOL request uris - trailing slash issues for MKCOL request uris
The community [nginx_dav_ext_module](https://github.com/MkfsSion/nginx-dav-ext-module) is integrated as well for proper full WebDAV support. The community [nginx_dav_ext_module](https://github.com/MkfsSion/nginx-dav-ext-module) is integrated as well for proper full WebDAV support.
# Using # Using