Nginx jail NC21 plugin "/.well-known/caldav" install error Truenas admin panel

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