fix: absolute crash

This commit is contained in:
s-prechtl 2025-06-22 18:35:44 +02:00
parent 6e33f203ba
commit bec0b8d23b

View file

@ -72,7 +72,7 @@
};
"^~ /.well-known" = {
extraConfig = ''
absolute_redirect off;
# absolute_redirect off;
location ~ ^/\.well-known/(?:carddav|caldav)$ {
return 301 /nextcloud/remote.php/dav;
}