summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/httpd.conf.tpl12
1 files changed, 1 insertions, 11 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl
index 7752222..d2e083e 100644
--- a/frontends/etc/httpd.conf.tpl
+++ b/frontends/etc/httpd.conf.tpl
@@ -56,7 +56,7 @@ server "<%= $prefix.$host %>" {
key "/etc/ssl/private/<%= $prefix.$host %>.key"
}
location * {
- block return 302 "https://<%= $prefix %>paul.buetow.org$REQUEST_URI"
+ block return 302 "https://<%= $prefix %>paul.cyou$REQUEST_URI"
}
}
<% } %>
@@ -129,16 +129,6 @@ server "<%= $prefix %>fotos.buetow.org" {
directory auto index
}
-server "<%= $prefix %>fotos.buetow.org" {
- listen on * tls port 443
- tls {
- certificate "/etc/ssl/<%= $prefix %>fotos.buetow.org.fullchain.pem"
- key "/etc/ssl/private/<%= $prefix %>fotos.buetow.org.key"
- }
- root "/htdocs/buetow.org/fotos"
- directory auto index
-}
-
# Defaults
server "default" {
listen on * port 80