]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
Update wellknown.md
authorsirrkitt <33910211+sirrkitt@users.noreply.github.com>
Thu, 7 Dec 2017 06:58:28 +0000 (22:58 -0800)
committerLukas Schauer <lukas@schauer.so>
Wed, 13 Dec 2017 23:33:11 +0000 (00:33 +0100)
add Hiawatha to list

docs/wellknown.md

index c4144bf3c88848a38dce4e3113cffb6deb50dc4f..06b128d28fc63eefe41383d7920fbab70b32441f 100644 (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
+}
+```