From: Lukas Schauer Date: Fri, 10 Jun 2016 21:41:59 +0000 (+0200) Subject: modified lighttpd example config X-Git-Url: https://git.street.me.uk/andy/dehydrated.git/commitdiff_plain/2042b177c7c81bee5b83debb201758ba411a873d?ds=sidebyside modified lighttpd example config --- diff --git a/docs/wellknown.md b/docs/wellknown.md index 0eede31..f7b1d19 100644 --- a/docs/wellknown.md +++ b/docs/wellknown.md @@ -63,6 +63,6 @@ With Lighttpd just add this to your config and it should work in any VHost: modules += "alias" alias.url += ( - "/.well-known/acme-challenge/" => "/var/www/letsencrypt/.acme-challenges/" + "/.well-known/acme-challenge/" => "/var/www/letsencrypt/" ) ```