diff --git a/conf/nginx.conf b/conf/nginx.conf index bf204a6a..feb8e65f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -54,6 +54,13 @@ server { alias /var/lib/mailinabox/mozilla-autoconfig.xml; } + # Allow everything in owncloud webdav + location ^~ /cloud/remote.php/webdav/.* { + log_not_found off; + access_log off; + allow all; + } + # Disable viewing dotfiles (.htaccess, .svn, .git, etc.) location ~ /\.(ht|svn|git|hg|bzr) { log_not_found off;