reverseproxy: whoops, drop stray duplicate endif

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson
2026-01-06 10:17:49 -08:00
parent 0547a22e86
commit fc36e437c0

View File

@@ -33,6 +33,5 @@ ProxyPassMatch ^/(.+?)/(.+?)/(.+?)/issue/raw/files/(.*)$ https://{{ env_prefix }
# server root; if we didn't hit the first match, the first match here
# will be pagurerepo or pagureorg/pagurerepo
ProxyPassMatch ^/(.+?)/issue/raw/files/(.*)$ https://{{ env_prefix }}pagure.io/$1/issue/raw/files/$2
{% endif %}
{% include 'reversepassproxy.conf' %}