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:
parent
7a1ee062de
commit
7bb6c42c6a
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
location = /.well-known/carddav {
|
||||
return 301 https://$server_name__PATH__/card.php;
|
||||
return 301 https://$server_name__PATH__/dav.php;
|
||||
}
|
||||
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue