diff options
| author | admin user <admin@twofish.buetow.org> | 2022-01-05 05:53:36 +0000 |
|---|---|---|
| committer | admin user <admin@twofish.buetow.org> | 2022-01-05 05:53:36 +0000 |
| commit | d75cd71f106258db61dd24e19d8909af86774c69 (patch) | |
| tree | f4c2409f733498579ee79e2d906828c1651edd91 /openbsd/blowfish.buetow.org/etc/httpd.conf | |
| parent | 7978ab5f02f3b07e99b44bed3e52ff5bf6eb455c (diff) | |
rebrand as frontends
Diffstat (limited to 'openbsd/blowfish.buetow.org/etc/httpd.conf')
| -rw-r--r-- | openbsd/blowfish.buetow.org/etc/httpd.conf | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/openbsd/blowfish.buetow.org/etc/httpd.conf b/openbsd/blowfish.buetow.org/etc/httpd.conf deleted file mode 100644 index 76e8afb..0000000 --- a/openbsd/blowfish.buetow.org/etc/httpd.conf +++ /dev/null @@ -1,71 +0,0 @@ -server "default" { - listen on * port 80 - location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 - } - location * { - block return 302 "https://snonux.de" - } -} - -server "default" { - listen on * tls port 443 - tls { - certificate "/etc/ssl/buetow.org.fullchain.pem" - key "/etc/ssl/private/buetow.org.key" - } - location * { - block return 302 "https://snonux.de" - } - location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 - } -} - -server "snonux.de" { - listen on * tls port 443 - tls { - certificate "/etc/ssl/snonux.de.fullchain.pem" - key "/etc/ssl/private/snonux.de.key" - } - location "/*" { - root "/htdocs/gemtexter/snonux.de" - directory auto index - } - location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 - } -} - -server "buetow.org" { - listen on * tls port 443 - tls { - certificate "/etc/ssl/buetow.org.fullchain.pem" - key "/etc/ssl/private/buetow.org.key" - } - location * { - block return 302 "https://snonux.de$DOCUMENT_URI" - } - location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 - } -} - -server "dtail.dev" { - listen on * tls port 443 - tls { - certificate "/etc/ssl/dtail.dev.fullchain.pem" - key "/etc/ssl/private/dtail.dev.key" - } - location * { - block return 302 "https://github.dtail.dev" - } - location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 - } -} |
