From b7fa8a54a0f360e334c862c6ee21692fb8ca71b7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Feb 2019 15:43:47 +0100 Subject: ... --- custom/ymir-nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index dcb207ee..4a49d7cc 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -142,8 +142,8 @@ in { include ${favicon}; include ${acme}; - location /.well-known/autoconfig/mail { - root ${mail-autoconfig}/; + location /.well-known/autoconfig/mail/ { + root ${mail-autoconfig}; } root /srv/www/default; -- cgit v1.2.3