diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-24 23:04:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-24 23:04:53 +0200 |
| commit | 8ec4118d7f37c084928e594907e44d2f6ff76219 (patch) | |
| tree | 8467b61762329d7486ff5d0688162d2f174bfbbb | |
| parent | 059f1f21be6f026181fa7b3cd84bc8deffa1fd47 (diff) | |
s/footos/fotos/g
| -rw-r--r-- | frontends/Rexfile | 2 | ||||
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 8 | ||||
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index abc572a..c2d79bd 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 footos.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 fotos.buetow.org znc.buetow.org dtail.dev foo.zone tmp.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 2e08695..7752222 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -119,13 +119,13 @@ server "<%= $prefix %>tmp.foo.zone" { directory auto index } -server "<%= $prefix %>footos.buetow.org" { +server "<%= $prefix %>fotos.buetow.org" { listen on * tls port 443 tls { - certificate "/etc/ssl/<%= $prefix %>footos.buetow.org.fullchain.pem" - key "/etc/ssl/private/<%= $prefix %>footos.buetow.org.key" + certificate "/etc/ssl/<%= $prefix %>fotos.buetow.org.fullchain.pem" + key "/etc/ssl/private/<%= $prefix %>fotos.buetow.org.key" } - root "/htdocs/buetow.org/footos" + root "/htdocs/buetow.org/fotos" directory auto index } diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index 9b68ef2..210f500 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -24,7 +24,6 @@ blowfish 86400 IN AAAA 2a01:4f8:c17:20f1::42 git1 1800 IN CNAME blowfish tmp 1800 IN CNAME blowfish dory 1800 IN CNAME blowfish -footos 1800 IN CNAME blowfish fotos 1800 IN CNAME blowfish paul 1800 IN A 23.88.35.144 paul 1800 IN AAAA 2a01:4f8:c17:20f1::42 @@ -47,7 +46,6 @@ www.tmp 1800 IN CNAME fishfinger www.znc 1800 IN CNAME fishfinger bnc 1800 IN CNAME www.znc www.dory 1800 IN CNAME fishfinger -www.footos 1800 IN CNAME fishfinger www.fotos 1800 IN CNAME fishfinger www.paul 1800 IN CNAME fishfinger |
