diff options
-rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
25 | 25 | ||
26 | acme = builtins.toFile "acme" '' | 26 | acme = builtins.toFile "acme" '' |
27 | location /.well-known/acme-challenge { | 27 | location /.well-known/acme-challenge { |
28 | root /srv/www/acme/$hostname/.well-known/acme-challenge; | 28 | root /srv/www/acme/$server_name/.well-known/acme-challenge; |
29 | } | 29 | } |
30 | ''; | 30 | ''; |
31 | in { | 31 | in { |