mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-21 16:49:01 +01:00
Update wellknown.md
add Hiawatha to list
This commit is contained in:
@@ -65,3 +65,14 @@ alias.url += (
|
||||
"/.well-known/acme-challenge/" => "/var/www/dehydrated/",
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
### Hiawatha example config
|
||||
|
||||
With Hiawatha just add an alias to your config file for each VirtualHost and it should work:
|
||||
```hiawatha
|
||||
VirtualHost {
|
||||
Hostname = example.tld subdomain.mywebsite.tld
|
||||
Alias = /.well-known/acme-challenge:/var/www/dehydrated
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user