summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-09-11 14:24:48 +0300
committerPaul Buetow <paul@buetow.org>2022-09-11 14:24:48 +0300
commit3a8c90696e8d5adc4e763a61ee6fec30f038bcc3 (patch)
tree40cde6964e210c9e598721508a3ed4999ef812aa /frontends/etc
parent7528001f744c3c1df6c0950c45a29de6851d684c (diff)
add footos.buetow.org
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/httpd.conf.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl
index 42a2104..844c480 100644
--- a/frontends/etc/httpd.conf.tpl
+++ b/frontends/etc/httpd.conf.tpl
@@ -104,6 +104,16 @@ server "<%= $prefix %>tmp.buetow.org" {
directory auto index
}
+server "<%= $prefix %>footos.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"
+ }
+ root "/htdocs/buetow.org/footos"
+ directory auto index
+}
+
# Legacy hosts
server "snonux.de" {
alias "www.snonux.de"