CalDAV CardDAV - turnkeylinux/tracker GitHub Wiki
This will be built on top of LEPP and will consist of Davical + AgenDAV.
https://github.com/deutrino/caldav-carddav
server {
listen 0.0.0.0:80;
root /var/www/;
index index.html index.php;
`include /etc/nginx/include/php;`
}
server {
listen 443 ssl;
root /var/www/;
index index.html index.php;
`fastcgi_param HTTPS on;`
`include /etc/nginx/include/ssl;`
`include /etc/nginx/include/php;`
}