From 7b1c4e0c395f358cb9d4b6850af01cdd3e2a3a80 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Jan 2016 11:41:58 +0100 Subject: *poke* --- custom/ymir-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/ymir-nginx.nix') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index c0b7f23b..32707ee6 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix @@ -25,7 +25,7 @@ let acme = builtins.toFile "acme" '' location /.well-known/acme-challenge { - root /srv/www/acme/$server_name/.well-known/acme-challenge; + root /srv/www/acme/$server_name/; } ''; in { -- cgit v1.2.3