From fc36e437c02df68dcd22a878a06a7aa614c7de0f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 6 Jan 2026 10:17:49 -0800 Subject: [PATCH] reverseproxy: whoops, drop stray duplicate endif Signed-off-by: Adam Williamson --- roles/httpd/reverseproxy/templates/reversepassproxy.forge.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.forge.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.forge.conf index 1e8902fee3..1987284bed 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.forge.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.forge.conf @@ -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' %}