diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-27 23:56:31 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-27 23:56:31 +0300 |
| commit | 3d755a06fb84144d58010522392d977ae0c2ae8f (patch) | |
| tree | 2e1444dd3b31da9c6795206d9d047eb72322b893 /frontends/etc | |
| parent | 99a05f790f02d16f71f98c71421365eedfc5b153 (diff) | |
add fotos as a footos replacement
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 8d8e292..6902ed4 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -116,6 +116,16 @@ server "<%= $prefix %>footos.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 +} + # Legacy hosts server "snonux.de" { alias "www.snonux.de" |
