proxies / redirectmatch: revert trailing slash on redirectmatch, breaks codecs

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-01-06 19:17:42 -08:00
parent 6a1e02667f
commit f085833c90

View file

@ -1,3 +1,3 @@
{% if redirectmatch_enabled %}
RedirectMatch {{ status }} {{ regex }} {{ target }}/
RedirectMatch {{ status }} {{ regex }} {{ target }}
{% endif %}