Nextcloud redirect fix

wip/yesman
Jade 3 years ago
parent ee688534bd
commit f83d4f86d5
No known key found for this signature in database
GPG Key ID: 4D360867AA90077E
  1. 1
      nixos/modules/services/web-apps/nextcloud.nix

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

Loading…
Cancel
Save