mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Merge pull request #628 from Thatoo/Thatoo-PROPFIND_PROPPATCH
Update nginx.conf to add PROPFIND and PROPPATCH to make Gestion app works
This commit is contained in:
commit
a53133a634
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ location ^~ __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ / {
|
location ~ / {
|
||||||
if ($request_method ~ ^(PUT|DELETE|PATCH)$) {
|
if ($request_method ~ ^(PUT|DELETE|PATCH|PROPFIND|PROPPATCH)$) {
|
||||||
rewrite ^ __PATH__/index.php$request_uri last;
|
rewrite ^ __PATH__/index.php$request_uri last;
|
||||||
}
|
}
|
||||||
try_files $uri / __PATH__/index.php$request_uri;
|
try_files $uri / __PATH__/index.php$request_uri;
|
||||||
|
|
Loading…
Add table
Reference in a new issue