There was an error while loading. Please reload this page.
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;
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;
listen 443 ssl;
`fastcgi_param HTTPS on;` `include /etc/nginx/include/ssl;` `include /etc/nginx/include/php;`