proxies / reverseproxy: fix missing )
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
479388a242
commit
7455b3fdb1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue