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

Update conf/nginx.conf

Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
Thomas 2021-02-23 12:11:42 +01:00 committed by GitHub
parent 721be928f0
commit ace84e6b4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ location ^~ /.well-known {
location = /.well-known/caldav { return 301 __PATH__/remote.php/dav/; } location = /.well-known/caldav { return 301 __PATH__/remote.php/dav/; }
# Anything else is dynamically handled by Nextcloud # Anything else is dynamically handled by Nextcloud
location ^~ /.well-known { return 301 /nextcloud/index.php$uri; } location ^~ /.well-known { return 301 __PATH__/index.php$uri; }
try_files $uri $uri/ =404; try_files $uri $uri/ =404;
} }