summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-24 11:41:13 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-24 11:41:13 +0100
commit7e4868c3ec05f70e68bc80db8cc7334efbbfce12 (patch)
tree640cfa117b230271006c164429a309c5f5d26967
parent0a49126bc3e2a2b2ef45f192a5a46c58ff1f01f2 (diff)
downloadnixos-7e4868c3ec05f70e68bc80db8cc7334efbbfce12.tar
nixos-7e4868c3ec05f70e68bc80db8cc7334efbbfce12.tar.gz
nixos-7e4868c3ec05f70e68bc80db8cc7334efbbfce12.tar.bz2
nixos-7e4868c3ec05f70e68bc80db8cc7334efbbfce12.tar.xz
nixos-7e4868c3ec05f70e68bc80db8cc7334efbbfce12.zip
*poke*
-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 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 '';
31in { 31in {