I've set up nginx to serve WebDav with modules ngx_http_dav_module and nginx-dav-ext-module, as well as enabled indexing of folders with this module, using directives fancyindex on; and fancyindex_show_dotfiles on;.
Hidden files (in the case dot files in linux, e.g. '.hidden') are shown in a webbrowser, but not available in Webdav clients/mounts.
I've set up nginx to serve WebDav with modules
ngx_http_dav_module
andnginx-dav-ext-module
, as well as enabled indexing of folders with this module, using directivesfancyindex on;
andfancyindex_show_dotfiles on;
.Hidden files (in the case dot files in linux, e.g. '.hidden') are shown in a webbrowser, but not available in Webdav clients/mounts.
What can be wrong here?