diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-24 23:10:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-24 23:17:03 +0200 |
| commit | d576677e6cf763efe8677acbea755a32d0a43b6d (patch) | |
| tree | c4c115b0711691cc452ebdceec0af945f5f10fc4 | |
| parent | 8173ee0f277179ba280b192d56b88998c4e65d3d (diff) | |
fix
| -rw-r--r-- | frontends/Rexfile | 2 | ||||
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 12 |
2 files changed, 2 insertions, 12 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index c2d79bd..2c3362e 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -60,7 +60,7 @@ our $secrets = sub { read_file './secrets/' . shift }; our @dns_zones = qw/buetow.org dtail.dev foo.zone irregular.ninja snonux.land snonux.foo paul.cyou/; our @dns_zones_remove = qw//; -our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org fotos.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone tmp.foo.zone irregular.ninja snonux.land paul.cyou snonux.foo/; +our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org fotos.buetow.org znc.buetow.org dtail.dev foo.zone irregular.ninja snonux.land paul.cyou snonux.foo/; # UTILITY TASKS 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 |
