Hi userjm,
try adding the following to your NGINX config:
location = /.well-known/carddav {
return 301 https://YOUR_NC_DOMAIN/remote.php/dav;
}
location = /.well-known/caldav {
return 301 https://YOUR_NC_DOMAIN/remote.php/dav;
}
Hi userjm,
try adding the following to your NGINX config:
location = /.well-known/carddav {
return 301 https://YOUR_NC_DOMAIN/remote.php/dav;
}
location = /.well-known/caldav {
return 301 https://YOUR_NC_DOMAIN/remote.php/dav;
}