modified lighttpd example config

This commit is contained in:
Lukas Schauer
2016-06-10 23:41:59 +02:00
committed by GitHub
parent ae98ff6767
commit 2042b177c7

View File

@@ -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/"
)
```