You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Similar to using legacy links, here list some differences that you need to notic
87
87
- DO not overwrite `HOSTNAME` environment variable in `dockercloud/haproxy container`.
88
88
- As it is the case on Docker Cloud, auto reconfiguration is supported when the linked services scales or/and the linked container starts/stops.
89
89
90
-
##### example of docker-compose.yml running in linux:
90
+
##### example of docker-compose.yml running on Linux or Docker for Mac (beta):
91
91
92
92
version: '2'
93
93
services:
@@ -102,7 +102,7 @@ Similar to using legacy links, here list some differences that you need to notic
102
102
ports:
103
103
- 80:80
104
104
105
-
##### example of docker-compose.yml running in Mac OS
105
+
##### example of docker-compose.yml running on Mac OS
106
106
107
107
version: '2'
108
108
services:
@@ -185,6 +185,7 @@ Settings in this part is immutable, you have to redeploy HAProxy service to make
185
185
|MONITOR_URI||the exact URI which we want to intercept to return HAProxy's health status instead of forwarding the request.See: http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4-monitor-uri. Possible value: `/ping`|
186
186
|OPTION|redispatch|comma-separated list of HAProxy `option` entries to the `default` section.|
187
187
|RSYSLOG_DESTINATION|127.0.0.1|the rsyslog destination to where HAProxy logs are sent|
188
+
|SKIP_FORWARDED_PROTO||If set to any value, HAProxy will not add an X-Forwarded- headers. This can be used when combining HAProxy with another load balancer|
188
189
|SSL_BIND_CIPHERS||explicitly set which SSL ciphers will be used for the SSL server. This sets the HAProxy `ssl-default-bind-ciphers` configuration setting.|
189
190
|SSL_BIND_OPTIONS|no-sslv3|explicitly set which SSL bind options will be used for the SSL server. This sets the HAProxy `ssl-default-bind-options` configuration setting. The default will allow only TLSv1.0+ to be used on the SSL server.|
190
191
|STATS_AUTH|stats:stats|username and password required to access the Haproxy stats.|
0 commit comments