summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-07 13:41:50 +0300
committerPaul Buetow <paul@buetow.org>2025-07-07 13:41:50 +0300
commita42df04ee64563cfa65fa04465375e2ef848a583 (patch)
tree5cb536a6653616909907979370377df92a5af159 /frontends/etc
parent95042c100f8a2d23b2ee39e2fa7b682abdef759f (diff)
add stats.foo.zone
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/httpd.conf.tpl2
-rw-r--r--frontends/etc/relayd.conf.tpl2
2 files changed, 3 insertions, 1 deletions
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
}