diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-17 00:15:10 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-17 00:15:10 +0200 |
| commit | 553bd4d55a711ef4babe62b651bbd7241273d5dd (patch) | |
| tree | 2102452e5be0e1bbafd94f7d69bea015cb5b0bd4 /frontends/etc | |
| parent | 7cd30abb8b1b5473b3c4c28382ae1f4f4f52905d (diff) | |
forward snonux.foo to my codeberg page
Diffstat (limited to 'frontends/etc')
| -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 fe621ba..d51bae4 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://foo.zone$REQUEST_URI" + block return 302 "https:/codeberg.org/snonux$REQUEST_URI" } } |
