proxies / reverseproxy: fix missing )

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-03 14:21:57 -07:00
parent 479388a242
commit 7455b3fdb1

View file

@ -19,7 +19,7 @@ ProxyPreserveHost On
{% if balancer_name is defined %}
# This is using openshift or another thing we want to balance in httpd
{% if targettype == 'openshift' or if ( 'iad2' in inventory_hostname and ocp4|bool %}
{% if targettype == 'openshift' or if ( 'iad2' in inventory_hostname and ocp4|bool ) %}
# This is a openshift3 app on a proxy anywhere, or a openshift4 one only in iad2
SSLProxyEngine On