diff options
| author | Paul Buetow <paul@buetow.org> | 2022-09-11 14:24:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-09-11 14:24:48 +0300 |
| commit | 3a8c90696e8d5adc4e763a61ee6fec30f038bcc3 (patch) | |
| tree | 40cde6964e210c9e598721508a3ed4999ef812aa /frontends | |
| parent | 7528001f744c3c1df6c0950c45a29de6851d684c (diff) | |
add footos.buetow.org
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/Rexfile | 7 | ||||
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index 052c3a6..79701d2 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -77,7 +77,7 @@ our $filewalk = sub { our $secrets = sub { read_file './secrets/' . shift }; our @dns_zones = qw/buetow.org dtail.dev foo.surf foo.zone irregular.ninja sidewalk.ninja snonux.de snonux.me snonux.land/; -our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org dtail.dev foo.zone irregular.ninja snonux.land/; +our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org footos.buetow.org dtail.dev foo.zone irregular.ninja snonux.land/; # UTILITY TASKS @@ -342,11 +342,6 @@ task 'failunderd', group => 'frontends', }; -desc 'Setup dory.buetow.org'; -task 'dory', group => 'frontends', - sub { - }; - # COMBINED TASKS SECTION desc 'Common configs of all hosts'; diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 42a2104..844c480 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -104,6 +104,16 @@ server "<%= $prefix %>tmp.buetow.org" { directory auto index } +server "<%= $prefix %>footos.buetow.org" { + listen on * tls port 443 + tls { + certificate "/etc/ssl/<%= $prefix %>footos.buetow.org.fullchain.pem" + key "/etc/ssl/private/<%= $prefix %>footos.buetow.org.key" + } + root "/htdocs/buetow.org/footos" + directory auto index +} + # Legacy hosts server "snonux.de" { alias "www.snonux.de" |
