From a42df04ee64563cfa65fa04465375e2ef848a583 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 7 Jul 2025 13:41:50 +0300 Subject: add stats.foo.zone --- frontends/etc/httpd.conf.tpl | 2 +- frontends/etc/relayd.conf.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'frontends/etc') diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 89ca931..527f7c6 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -37,7 +37,7 @@ server "<%= "$hostname.$domain" %>" { } # Gemtexter hosts -<% for my $host (qw/foo.zone/) { for my $prefix (@prefixes) { -%> +<% for my $host (qw/foo.zone stats.foo.zone/) { for my $prefix (@prefixes) { -%> server "<%= $prefix.$host %>" { listen on * port 8080 log style forwarded diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index 4ad2d5d..b860309 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -42,9 +42,11 @@ relay "https6" { tcp protocol "gemini" { tls keypair foo.zone + tls keypair stats.foo.zone tls keypair snonux.foo tls keypair paul.buetow.org tls keypair standby.foo.zone + tls keypair standby.stats.foo.zone tls keypair standby.snonux.foo tls keypair standby.paul.buetow.org } -- cgit v1.2.3