Commit 2042b177 authored by Lukas Schauer's avatar Lukas Schauer Committed by GitHub

modified lighttpd example config

parent ae98ff67
......@@ -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/"
)
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment