mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-11 15:42:44 +02:00
modified lighttpd example config
This commit is contained in:
+1
-1
@@ -63,6 +63,6 @@ With Lighttpd just add this to your config and it should work in any VHost:
|
|||||||
modules += "alias"
|
modules += "alias"
|
||||||
|
|
||||||
alias.url += (
|
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