feat: force that shit
This commit is contained in:
parent
8bc98bd103
commit
ac97d3e0e9
1 changed files with 2 additions and 1 deletions
|
|
@ -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)$ {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue