]> git.street.me.uk Git - andy/dehydrated.git/commitdiff
modified lighttpd example config
authorLukas Schauer <lukas2511@users.noreply.github.com>
Fri, 10 Jun 2016 21:41:59 +0000 (23:41 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2016 21:41:59 +0000 (23:41 +0200)
docs/wellknown.md

index 0eede319bc1f29010c5ebb05c6c10127b6c828a7..f7b1d19e2e7555586af1224ca76fb3c17051dad4 100644 (file)
@@ -63,6 +63,6 @@ With Lighttpd just add this to your config and it should work in any VHost:
 modules += "alias"
 
 alias.url += (
 modules += "alias"
 
 alias.url += (
- "/.well-known/acme-challenge/" => "/var/www/letsencrypt/.acme-challenges/"
+ "/.well-known/acme-challenge/" => "/var/www/letsencrypt/"
 )
 ```
 )
 ```