From e86ca99db3fb9fcd2c366f139aba011fd68d0454 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 2 Feb 2019 15:45: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 82130468..f2cb6e1a 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 { + alias ${mail-autoconfig}; } root /srv/www/default; -- cgit v1.2.3