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 /frontends/etc | |
| parent | 059f1f21be6f026181fa7b3cd84bc8deffa1fd47 (diff) | |
s/footos/fotos/g
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
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 } |
