summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/haproxy/templates/haproxy.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg
index 12fdc0c3b..c79626678 100644
--- a/roles/haproxy/templates/haproxy.cfg
+++ b/roles/haproxy/templates/haproxy.cfg
@@ -298,13 +298,13 @@ listen zanata2fedmsg 0.0.0.0:10046
{% if env == "staging" %}
listen osbs 0.0.0.0:10047
balance hdr(appserver)
- server osbs-master01 osbs-master01:80 check inter 10s rise 1 fall 2
+ server osbs-master01 osbs-master01:443 check inter 10s rise 1 fall 2 check ssl verify none
{% endif %}
{% if env == "staging" %}
listen docker-registry 0.0.0.0:10048
balance hdr(appserver)
- server docker-registry01 docker-registry01:80 check inter 10s rise 1 fall 2
+ server docker-registry01 docker-registry01:443 check inter 10s rise 1 fall 2 check ssl verify none
{% endif %}
{% if env == "staging" %}