From 8a205da9cf2f89792a468abda275483d8b762b3a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 24 Jan 2016 12:47:55 +0100 Subject: better nginx acme conf --- 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 747efb67..9c98d2ab 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/; + root /srv/www/acme/$host/; } ''; in { -- cgit v1.2.3