mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
haproxy: Try dropping ssl here.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -40,7 +40,7 @@ backend stats-backend
|
||||
{% if env != "production" %}
|
||||
frontend ocp-masters-kapi
|
||||
mode tcp
|
||||
bind 0.0.0.0:6443 ssl crt /etc/haproxy/ocp4.pem
|
||||
bind 0.0.0.0:6443
|
||||
default_backend ocp-masters-backend-kapi
|
||||
|
||||
backend ocp-masters-backend-kapi
|
||||
|
||||
Reference in New Issue
Block a user