diff options
| author | Paul Buetow <paul@buetow.org> | 2023-08-13 14:59:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-08-13 14:59:32 +0300 |
| commit | 56d6db646e956fc1ec3109db38e74dfcd711a7b2 (patch) | |
| tree | 68767ad0204d719dfa460c28e6d50652094fc158 /frontends/etc | |
| parent | 28ff43709bd5aff584024db114ad5e0deae40e88 (diff) | |
add tmp.foo.zone as an alias for tmp.buetow.org
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index f9a0e20..ee045a7 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -109,6 +109,16 @@ server "<%= $prefix %>tmp.buetow.org" { directory auto index } +server "<%= $prefix %>tmp.foo.zone" { + listen on * tls port 443 + tls { + certificate "/etc/ssl/<%= $prefix %>tmp.foo.zone.fullchain.pem" + key "/etc/ssl/private/<%= $prefix %>tmp.foo.zone.key" + } + root "/htdocs/buetow.org/tmp" + directory auto index +} + server "<%= $prefix %>footos.buetow.org" { listen on * tls port 443 tls { |
