summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/ymir-nginx.nix2
1 files changed, 1 insertions, 1 deletions
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
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/.well-known/acme-challenge; 28 root /srv/www/acme/$server_name/;
29 } 29 }
30 ''; 30 '';
31in { 31in {