diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-06 09:53:18 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-06 09:53:18 +0200 |
| commit | ce8b4f958116d166334d8b3fd8af9bc376fb573e (patch) | |
| tree | 7f69a4bcb89d2030ffc36893540b97b30aeac29c /frontends/etc | |
| parent | 9c29ad4ceed23bff8453dd699dd70f08bea1b55e (diff) | |
add gogios.buetow.org
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 32d80e7..f450efd 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -161,6 +161,18 @@ server "<%= $prefix %>ecat.buetow.org" { } <% } -%> +# gogios special host +<% for my $prefix (@prefixes) { -%> +server "<%= $prefix %>gogios.buetow.org" { + listen on * port 8080 + log style forwarded + location * { + root "/htdocs/buetow.org/self/gogios" + directory auto index + } +} +<% } -%> + # Fallback for f3s hosts - serve fallback page for ALL paths <% for my $host (@$f3s_hosts) { for my $prefix (@prefixes) { -%> server "<%= $prefix.$host %>" { |
