added rewrite rules for nginx ghost
No further strings like "cal.php/principals/$user" are necessary
This commit is contained in:
parent
d498926c74
commit
61f6136b9c
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ server {
|
|||
|
||||
root /var/www/dav.mydomain.com;
|
||||
index index.php;
|
||||
|
||||
rewrite ^/.well-known/caldav /cal.php redirect;
|
||||
rewrite ^/.well-known/carddav /card.php redirect;
|
||||
|
||||
charset utf-8;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue