summaryrefslogtreecommitdiff
path: root/openbsd
diff options
context:
space:
mode:
authorPaul Buetow <openbsd@mx.buetow.org>2022-01-03 12:07:31 +0100
committerPaul Buetow <openbsd@mx.buetow.org>2022-01-03 12:07:31 +0100
commit7978ab5f02f3b07e99b44bed3e52ff5bf6eb455c (patch)
tree5966caa4bd62af445d9c2b04326b965485512d67 /openbsd
parent9eae194a94dfb88a341a7429e23fa34927970fd0 (diff)
redirect buetow.org to snonux.de
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/blowfish.buetow.org/etc/httpd.conf5
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"