diff options
| author | Paul Buetow <openbsd@mx.buetow.org> | 2022-01-03 12:07:31 +0100 |
|---|---|---|
| committer | Paul Buetow <openbsd@mx.buetow.org> | 2022-01-03 12:07:31 +0100 |
| commit | 7978ab5f02f3b07e99b44bed3e52ff5bf6eb455c (patch) | |
| tree | 5966caa4bd62af445d9c2b04326b965485512d67 | |
| parent | 9eae194a94dfb88a341a7429e23fa34927970fd0 (diff) | |
redirect buetow.org to snonux.de
| -rw-r--r-- | openbsd/blowfish.buetow.org/etc/httpd.conf | 5 |
1 files changed, 2 insertions, 3 deletions
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" |
