Nextcloud redirect fix

This commit is contained in:
Jade
2021-02-16 11:58:38 -05:00
parent ee688534bd
commit f83d4f86d5

View File

@@ -602,6 +602,7 @@ in {
"^~ /.well-known" = {
priority = 210;
extraConfig = ''
absolute_redirect off;
location = /.well-known/carddav {
return 301 /remote.php/dav;
}