feat: force that shit

This commit is contained in:
s-prechtl 2025-06-22 18:17:13 +02:00
parent 8bc98bd103
commit ac97d3e0e9

View file

@ -1,6 +1,7 @@
{ {
config, config,
pkgs, pkgs,
lib,
... ...
}: { }: {
# This is only a temporary password and will be changed # This is only a temporary password and will be changed
@ -66,7 +67,7 @@
''; '';
}; };
"^~ /.well-known" = { "^~ /.well-known" = {
priority = 9000; priority = lib.mkForce 9000;
extraConfig = '' extraConfig = ''
absolute_redirect off; absolute_redirect off;
location ~ ^/\\.well-known/(?:carddav|caldav)$ { location ~ ^/\\.well-known/(?:carddav|caldav)$ {