diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-18 16:42:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-18 16:42:30 +0200 |
| commit | f400a656ceeb0c08428745bd59e5ad30edba6ff9 (patch) | |
| tree | 335fe8f96016394164ddb3e379c7970287cbcc09 /frontends/etc/httpd.conf.tpl | |
| parent | 535711aa372648fc81d3e8f01ad2b5c12561cb95 (diff) | |
fix alerts
Diffstat (limited to 'frontends/etc/httpd.conf.tpl')
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 6f0c51a..6a313ae 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -94,13 +94,12 @@ server "<%= $prefix %>paul.buetow.org" { } <% } -%> -# Redirect to gitub.dtail.dev <% for my $prefix (@prefixes) { -%> server "<%= $prefix %>dtail.dev" { listen on * port 8080 log style forwarded location * { - block return 302 "https://github.dtail.dev$REQUEST_URI" + block return 302 "https://codeberg.org/snonux/dtail" } } <% } -%> |
