Nginx module for WebDAV support?

Does Joplin require a WebDAV server with the ngx_http_dav_ext_module WebDAV module installed or does it only require the core module ngx_http_dav_module?

It seems that if I want to get the "full" WebDAV support in Rocky Linux 9 using nginx requires compiling nginx with the third party module included which I would rather avoid if possible.

I ended up recompiling Nginx with all the WebDAV modules enabled. Hopefully it should work correctly.

Just an update. After compiling nginx with the extended WebDAV module everything works correctly.