Merge pull request #113323 from witchof0x20/nextcloud_redirect_fix

nixos/nextcloud: DAV .well-known redirect fix
This commit is contained in:
Maximilian Bosch 2021-02-17 17:23:35 +01:00 committed by GitHub
commit 910e103fcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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