Skip to content
Deutrino edited this page Jul 15, 2019 · 3 revisions

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;`

}

Clone this wiki locally