diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-07 13:41:50 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-07 13:41:50 +0300 |
| commit | a42df04ee64563cfa65fa04465375e2ef848a583 (patch) | |
| tree | 5cb536a6653616909907979370377df92a5af159 /frontends/etc/httpd.conf.tpl | |
| parent | 95042c100f8a2d23b2ee39e2fa7b682abdef759f (diff) | |
add stats.foo.zone
Diffstat (limited to 'frontends/etc/httpd.conf.tpl')
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 2 |
1 files changed, 1 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 |
