diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-24 11:41:58 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-24 11:41:58 +0100 |
| commit | 7b1c4e0c395f358cb9d4b6850af01cdd3e2a3a80 (patch) | |
| tree | d8b7fe50a011c58e48378f57a78f8d7493704e7a /custom | |
| parent | 7e4868c3ec05f70e68bc80db8cc7334efbbfce12 (diff) | |
| download | nixos-7b1c4e0c395f358cb9d4b6850af01cdd3e2a3a80.tar nixos-7b1c4e0c395f358cb9d4b6850af01cdd3e2a3a80.tar.gz nixos-7b1c4e0c395f358cb9d4b6850af01cdd3e2a3a80.tar.bz2 nixos-7b1c4e0c395f358cb9d4b6850af01cdd3e2a3a80.tar.xz nixos-7b1c4e0c395f358cb9d4b6850af01cdd3e2a3a80.zip | |
*poke*
Diffstat (limited to 'custom')
| -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 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 | ''; |
| 31 | in { | 31 | in { |
