From 7978ab5f02f3b07e99b44bed3e52ff5bf6eb455c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 3 Jan 2022 12:07:31 +0100 Subject: redirect buetow.org to snonux.de --- openbsd/blowfish.buetow.org/etc/httpd.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openbsd/blowfish.buetow.org') diff --git a/openbsd/blowfish.buetow.org/etc/httpd.conf b/openbsd/blowfish.buetow.org/etc/httpd.conf index 5463a56..76e8afb 100644 --- a/openbsd/blowfish.buetow.org/etc/httpd.conf +++ b/openbsd/blowfish.buetow.org/etc/httpd.conf @@ -46,9 +46,8 @@ server "buetow.org" { certificate "/etc/ssl/buetow.org.fullchain.pem" key "/etc/ssl/private/buetow.org.key" } - location "/*" { - root "/htdocs/gemtexter/buetow.org" - directory auto index + location * { + block return 302 "https://snonux.de$DOCUMENT_URI" } location "/.well-known/acme-challenge/*" { root "/acme" -- cgit v1.2.3