Update wellknown.md

add Hiawatha to list
This commit is contained in:
sirrkitt
2017-12-06 22:58:28 -08:00
committed by Lukas Schauer
parent eb4aaefda1
commit 88267db7e2

View File

@@ -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
}
```