mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-26 11:01:05 +01:00
modified lighttpd example config
This commit is contained in:
@@ -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/"
|
||||
)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user