diff --git a/conf/nginx.conf b/conf/nginx.conf index 36de478..e1d9016 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -150,7 +150,7 @@ location ^~ __PATH__/ { } location ~ / { - if ($request_method ~ ^(PUT|DELETE|PATCH)$) { + if ($request_method ~ ^(PUT|DELETE|PATCH|PROPFIND|PROPPATCH)$) { rewrite ^ __PATH__/index.php$request_uri last; } try_files $uri / __PATH__/index.php$request_uri;