summaryrefslogtreecommitdiff
path: root/custom/ymir-nginx.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-24 12:47:55 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-24 12:47:55 +0100
commit8a205da9cf2f89792a468abda275483d8b762b3a (patch)
treefec496616e8bed45b960c5cf1db626c2c4bb5be3 /custom/ymir-nginx.nix
parentfccd19527d271d8c323860e45f4337abd6398dc8 (diff)
downloadnixos-8a205da9cf2f89792a468abda275483d8b762b3a.tar
nixos-8a205da9cf2f89792a468abda275483d8b762b3a.tar.gz
nixos-8a205da9cf2f89792a468abda275483d8b762b3a.tar.bz2
nixos-8a205da9cf2f89792a468abda275483d8b762b3a.tar.xz
nixos-8a205da9cf2f89792a468abda275483d8b762b3a.zip
better nginx acme conf
Diffstat (limited to 'custom/ymir-nginx.nix')
-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 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 '';
31in { 31in {