1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update nginx.conf

To make Gestion app work
This commit is contained in:
Thatoo 2023-12-20 17:30:50 +01:00 committed by GitHub
parent 9c6d1eea8e
commit a9d546f1b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;