diff options
Diffstat (limited to 'frontends/etc/httpd.conf.tpl')
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index d144f9f..a926934 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -69,6 +69,19 @@ server "<%= $prefix %>irregular.ninja" { } } +# Dory special host +server "<%= $prefix %>dory.buetow.org" { + listen on * tls port 443 + tls { + certificate "/etc/ssl/<%= $prefix %>dory.buetow.org.fullchain.pem" + key "/etc/ssl/private/<%= $prefix %>dory.buetow.org.key" + } + location * { + root "/htdocs/dory.buetow.org" + directory auto index + } +} + # buetow.org special host. server "<%= $prefix %>buetow.org" { listen on * tls port 443 |
