Skip to content

Commit 1abc9d5

Browse files
committed
Haproxy: Update documentation
1 parent 127408f commit 1abc9d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roles/haproxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ haproxy_applications:
1616
1717
- name: engine
1818
vhost_name: engine.{{ base_domain }}
19-
port: "{{ loadbalancing.engine.port }}"
19+
port: "443"
2020
ha_method: "GET"
2121
ha_url: "/health"
2222
servers: "{{ php_servers }}"
@@ -25,7 +25,7 @@ haproxy_applications:
2525
vhost_name: manage.{{ base_domain }}
2626
ha_method: "GET"
2727
ha_url: "/health"
28-
port: "{{ loadbalancing.manage.port }}"
28+
port: "443"
2929
servers: "{{ php_servers }}"
3030
stagingservers: "{{ staging_servers }}"
3131
sslbackend: yes

0 commit comments

Comments
 (0)