We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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;`