diff options
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 %>" { |
