From c4b0e1ac66eab8e964073eb95f14c7b28af522a5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 Jun 2023 21:01:47 +0300 Subject: snonux.foo --- frontends/Rexfile | 2 +- frontends/etc/httpd.conf.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends') diff --git a/frontends/Rexfile b/frontends/Rexfile index 3d7a4a1..a298566 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -80,7 +80,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 footos.buetow.org znc.buetow.org dtail.dev foo.zone irregular.ninja snonux.land paul.cyou/; +our @acme_hosts = qw/buetow.org paul.buetow.org tmp.buetow.org dory.buetow.org fotos.buetow.org footos.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 5b06eba..f9a0e20 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -48,7 +48,7 @@ server "<%= $prefix.$host %>" { <% } %> # Redirect to paul.buetow.org -<% for my $host (qw/buetow.org paul.cyou/) { %> +<% for my $host (qw/buetow.org paul.cyou snonux.foo/) { %> server "<%= $prefix.$host %>" { listen on * tls port 443 tls { -- cgit v1.2.3