]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fixed nginx example (fixes #173)
authorLukas Schauer <lukas2511@users.noreply.github.com>
Mon, 28 Mar 2016 21:08:15 +0000 (23:08 +0200)
committerLukas Schauer <lukas2511@users.noreply.github.com>
Mon, 28 Mar 2016 21:08:15 +0000 (23:08 +0200)
docs/wellknown.md

index a4a0f92394e5e208056430743c0509a29d8ea4ed..897984a54d5a03da0747b5b4c7951adb18b0c49a 100644 (file)
@@ -16,7 +16,7 @@ After configuration the WELLKNOWN directory you'll need to add an alias to your
 server {
   [...]
   location /.well-known/acme-challenge {
-    root /var/www/letsencrypt;
+    alias /var/www/letsencrypt;
   }
   [...]
 }