From 7e4868c3ec05f70e68bc80db8cc7334efbbfce12 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Jan 2016 11:41:13 +0100 Subject: *poke* --- custom/ymir-nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index 8750ac9f..c0b7f23b 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/$hostname/.well-known/acme-challenge; + root /srv/www/acme/$server_name/.well-known/acme-challenge; } ''; in { -- cgit v1.2.3