diff --git a/roles/httpd/redirectmatch/templates/redirectmatch.conf b/roles/httpd/redirectmatch/templates/redirectmatch.conf index d39e34a0d0..9becff73dd 100644 --- a/roles/httpd/redirectmatch/templates/redirectmatch.conf +++ b/roles/httpd/redirectmatch/templates/redirectmatch.conf @@ -1,3 +1,3 @@ {% if redirectmatch_enabled %} -RedirectMatch {{ status }} {{ regex }} {{ target }}/ +RedirectMatch {{ status }} {{ regex }} {{ target }} {% endif %}