summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-11-04 23:02:40 +0200
committerPaul Buetow <paul@buetow.org>2025-11-04 23:02:40 +0200
commit5cbeaca03efe852bf5d9b88347a4d37d8d76e447 (patch)
tree08a68079b5901f0e3c120737cf235baae5d9cec9 /frontends
parentbe8fb140bc61e9a12f96f049c3f64bbb6471ee92 (diff)
remove fotos.buetow.org
Diffstat (limited to 'frontends')
-rw-r--r--frontends/Rexfile2
-rw-r--r--frontends/etc/httpd.conf.tpl9
2 files changed, 1 insertions, 10 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 160d329..e023aaa 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -83,7 +83,7 @@ our @f3s_hosts =
# push @f3s_hosts, 'registry.f3s.buetow.org';
our @acme_hosts =
- qw/foo.zone dtail.dev buetow.org git.buetow.org paul.buetow.org joern.buetow.org dory.buetow.org ecat.buetow.org blog.buetow.org fotos.buetow.org znc.buetow.org stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo/;
+ qw/foo.zone dtail.dev buetow.org git.buetow.org paul.buetow.org joern.buetow.org dory.buetow.org ecat.buetow.org blog.buetow.org znc.buetow.org stats.foo.zone irregular.ninja alt.irregular.ninja snonux.foo/;
push @acme_hosts, @f3s_hosts;
# UTILITY TASKS
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl
index c3a2764..d7095a6 100644
--- a/frontends/etc/httpd.conf.tpl
+++ b/frontends/etc/httpd.conf.tpl
@@ -161,15 +161,6 @@ server "<%= $prefix %>ecat.buetow.org" {
}
<% } -%>
-<% for my $prefix (@prefixes) { -%>
-server "<%= $prefix %>fotos.buetow.org" {
- listen on * port 8080
- log style forwarded
- root "/htdocs/buetow.org/fotos"
- directory auto index
-}
-<% } -%>
-
# Defaults
server "default" {
listen on * port 80