mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
Merge pull request #4 from plopoyop/master
fix sync with mac os x el capitain
This commit is contained in:
commit
8364c62280
1 changed files with 9 additions and 4 deletions
|
@ -13,8 +13,13 @@ location PATHTOCHANGE {
|
|||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
}
|
||||
#rewrite ~ ^/.well-known/caldav PATHTOCHANGE/cal.php redirect;
|
||||
#rewrite ~ ^/.well-known/carddav PATHTOCHANGE/card.php redirect;
|
||||
}
|
||||
|
||||
location /.well-known/carddav {
|
||||
rewrite ^(.*)$ PATHTOCHANGE/card.php redirect;
|
||||
}
|
||||
location /.well-known/caldav {
|
||||
rewrite ^(.*)$ PATHTOCHANGE/cal.php redirect;
|
||||
}
|
||||
|
||||
location ~ ^PATHTOCHANGE/(\.ht|Core|Specific) {
|
||||
|
|
Loading…
Add table
Reference in a new issue