We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127408f commit 1abc9d5Copy full SHA for 1abc9d5
1 file changed
roles/haproxy/README.md
@@ -16,7 +16,7 @@ haproxy_applications:
16
17
- name: engine
18
vhost_name: engine.{{ base_domain }}
19
- port: "{{ loadbalancing.engine.port }}"
+ port: "443"
20
ha_method: "GET"
21
ha_url: "/health"
22
servers: "{{ php_servers }}"
@@ -25,7 +25,7 @@ haproxy_applications:
25
vhost_name: manage.{{ base_domain }}
26
27
28
- port: "{{ loadbalancing.manage.port }}"
29
30
stagingservers: "{{ staging_servers }}"
31
sslbackend: yes
0 commit comments