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 747efb67..9c98d2ab 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/$server_name/; | 28 | root /srv/www/acme/$host/; |
29 | } | 29 | } |
30 | ''; | 30 | ''; |
31 | in { | 31 | in { |