diff options
| -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" |
