Nginx - WebDAV
Just learned Nginx has WebDAV support: https://nginx.org/en/docs/http/ngx_http_dav_module.htmlIt's a lot faster than the Python package I was using: https://github.com/mar10/wsgidav
Wsgidav is great though. It's super customizable and the documentation is great too.