commit 78dc8881a2f8b0ed62cc0e39e48e31ce3c759009 (patch) parent 095a79aa30b73b157f32a0977809f55b70ae1cc4 Author: alex <alex@garbash.com> Date: Mon, 15 Nov 2021 21:45:18 -0500 httpd: Add lists.garbash.com config Nothing much to see here, just some more static content! Diffstat:
M | etc/httpd.conf | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/etc/httpd.conf b/etc/httpd.conf @@ -51,3 +51,17 @@ server "irc.garbash.com" { request strip 2 } } + +server "lists.garbash.com" { + listen on * tls port 443 + directory auto index + root "/htdocs/lists" + tls { + certificate "/etc/ssl/uacme/garbash.com/cert.pem" + key "/etc/ssl/uacme/private/garbash.com/key.pem" + } + location "/.well-known/acme-challenge/*" { + root "/acme" + request strip 2 + } +}