summaryrefslogtreecommitdiff
path: root/frontends/etc
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/etc
parentbe8fb140bc61e9a12f96f049c3f64bbb6471ee92 (diff)
remove fotos.buetow.org
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/httpd.conf.tpl9
1 files changed, 0 insertions, 9 deletions
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