summaryrefslogtreecommitdiff
path: root/frontends/etc
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-17 00:15:10 +0200
committerPaul Buetow <paul@buetow.org>2025-03-17 00:15:10 +0200
commit553bd4d55a711ef4babe62b651bbd7241273d5dd (patch)
tree2102452e5be0e1bbafd94f7d69bea015cb5b0bd4 /frontends/etc
parent7cd30abb8b1b5473b3c4c28382ae1f4f4f52905d (diff)
forward snonux.foo to my codeberg page
Diffstat (limited to 'frontends/etc')
-rw-r--r--frontends/etc/httpd.conf.tpl2
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"
}
}