In server we introduced this to the .htaccess (see https://github.com/nextcloud/server/pull/3370) ``` RewriteCond %{HTTP_USER_AGENT} DavClnt RewriteRule ^$ /remote.php/webdav/ [L,R=302] ``` @josh4trunks How can we add this to the Nginx configuration?