diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-17 00:18:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-17 00:18:49 +0200 |
| commit | ce42ac81427a84506fd1207215bf051454b88589 (patch) | |
| tree | 742e80ecda4378e67e3a7c9442310c50d7bb3b9a /frontends | |
| parent | 553bd4d55a711ef4babe62b651bbd7241273d5dd (diff) | |
fix
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 d51bae4..89ca931 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://codeberg.org/snonux$REQUEST_URI" } } |
