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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ Tested on Ubuntu 8.10 and higher.
34
34
Attributes
35
35
==========
36
36
37
+
*`node['haproxy']['incoming_port']` - sets the port on which haproxy listens
37
38
*`node['haproxy']['member_port']` - the port that member systems will be listening on, default 80
38
39
*`node['haproxy']['enable_admin']` - whether to enable the admin interface. default true. Listens on port 22002.
39
40
*`node['haproxy']['app_server_role']` - used by the `app_lb` recipe to search for a specific role of member systems. Default `webserver`.
40
41
*`node['haproxy']['balance_algorithm']` - sets the load balancing algorithm; defaults to roundrobin.
41
-
*`node['haproxy']['incoming_port']` - sets the port on which haproxy listens
42
-
*`node['haproxy']['max_connections_per_server']` - the maxconn value to be set for each app server
43
-
*`node['haproxy']['add_x_forwarded_for']` - if true, creates an X-Forwarded-For header containing the original client's IP address. This option disables KeepAlive.
44
-
*`node['haproxy']['ssl_enabled']` - whether or not to create listeners for ssl, default false
42
+
*`node['haproxy']['member_max_connections']` - the maxconn value to be set for each app server
43
+
*`node['haproxy']['x_forwarded_for']` - if true, creates an X-Forwarded-For header containing the original client's IP address. This option disables KeepAlive.
44
+
*`node['haproxy']['enable_ssl']` - whether or not to create listeners for ssl, default false
45
45
*`node['haproxy']['ssl_member_port']` - the port that member systems will be listening on for ssl, default 8443
46
46
*`node['haproxy']['ssl_incoming_port']` - sets the port on which haproxy listens for ssl, default 443
0 commit comments