From 6d99b436089c95c921d616526021c3d84073f014 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 3 Jun 2022 20:51:46 -0700 Subject: [PATCH] proxies / reverspassproxy: fix loop Signed-off-by: Kevin Fenzi --- roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf b/roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf index 29168fe565..1ba6aba53f 100644 --- a/roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf +++ b/roles/httpd/reverseproxy/templates/reversepassproxy.openqa.conf @@ -58,6 +58,7 @@ RewriteRule .* "balancer://{{ balancer_name }}-websocket%{REQUEST_URI}" [P] ProxyPass {{ localpath }} "balancer://{{balancer_name}}{{remotepath}}" ProxyPassReverse {{ localpath }} "balancer://{{balancer_name}}{{remotepath}}" +{% endif %} {% else %} Redirect 421 / {% endif %}