1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-04-11 12:07:05 +02:00
parent 7a1ee062de
commit 7bb6c42c6a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,9 +1,9 @@
location = /.well-known/carddav { location = /.well-known/carddav {
return 301 https://$server_name__PATH__/card.php; return 301 https://$server_name__PATH__/dav.php;
} }
location = /.well-known/caldav { location = /.well-known/caldav {
return 301 https://$server_name__PATH__/cal.php; return 301 https://$server_name__PATH__/dav.php;
} }
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;