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