diff options
| author | Paul Buetow <paul@buetow.org> | 2022-03-05 11:38:52 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-03-05 11:38:52 +0000 |
| commit | 150b50762e493b24b0fa2c550d9da3041524ba74 (patch) | |
| tree | 7824b062468657ab2bb3ddefc203eb44529cd5d5 /openbsd/frontends | |
| parent | eb3bb910cad6255a9b22b7e164b1e21a8dd02cfc (diff) | |
fix redirect
Diffstat (limited to 'openbsd/frontends')
| -rw-r--r-- | openbsd/frontends/etc/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd/frontends/etc/httpd.conf b/openbsd/frontends/etc/httpd.conf index 0fe7ec0..41cde32 100644 --- a/openbsd/frontends/etc/httpd.conf +++ b/openbsd/frontends/etc/httpd.conf @@ -79,7 +79,7 @@ server "foo.surf" { server "sidewalk.ninja" { alias "www.sidewalk.ninja" listen on * port 80 - block return 302 "https://foo.zone$REQUEST_URI" + block return 302 "https://irregular.ninja$REQUEST_URI" } server "sidewalk.ninja" { @@ -89,7 +89,7 @@ server "sidewalk.ninja" { certificate "/etc/ssl/sidewalk.ninja.fullchain.pem" key "/etc/ssl/private/sidewalk.ninja.key" } - block return 302 "https://foo.zone$REQUEST_URI" + block return 302 "https://irregular.ninja$REQUEST_URI" } server "buetow.org" { |
