proxies / redirectmatch: revert trailing slash on redirectmatch, breaks codecs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6a1e02667f
commit
f085833c90
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
{% if redirectmatch_enabled %}
|
||||
RedirectMatch {{ status }} {{ regex }} {{ target }}/
|
||||
RedirectMatch {{ status }} {{ regex }} {{ target }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue