diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-09 10:57:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-09 10:57:56 +0300 |
| commit | ed5d18bb0633b2b31684fbdf7a3f359bd907d6dd (patch) | |
| tree | 97ecfb52ac7e2f27ab70651658d18e8652d14b70 /frontends | |
| parent | af7862ad399b89a0ff8848e3f067463b1f1cb06b (diff) | |
snonux.foo is a redirecto to the about page
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 527f7c6..192508c 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -78,7 +78,7 @@ server "<%= $prefix %>snonux.foo" { listen on * port 8080 log style forwarded location * { - block return 302 "https://codeberg.org/snonux$REQUEST_URI" + block return 302 "https://foo.zone/about$REQUEST_URI" } } |
