diff --git a/conf/nginx.conf b/conf/nginx.conf index d8c5a82..4113f7a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -135,7 +135,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;