forked from mirrors/nixpkgs
Nextcloud redirect fix
This commit is contained in:
parent
ee688534bd
commit
f83d4f86d5
|
@ -602,6 +602,7 @@ in {
|
||||||
"^~ /.well-known" = {
|
"^~ /.well-known" = {
|
||||||
priority = 210;
|
priority = 210;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
absolute_redirect off;
|
||||||
location = /.well-known/carddav {
|
location = /.well-known/carddav {
|
||||||
return 301 /remote.php/dav;
|
return 301 /remote.php/dav;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue