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" = { "^~ /.well-known" = {
extraConfig = '' extraConfig = ''
absolute_redirect off; # absolute_redirect off;
location ~ ^/\.well-known/(?:carddav|caldav)$ { location ~ ^/\.well-known/(?:carddav|caldav)$ {
return 301 /nextcloud/remote.php/dav; return 301 /nextcloud/remote.php/dav;
} }