Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit c0bbe57

Browse files
stonioFeng Honglin
authored andcommitted
Update README.md - typo MONTIOR_URI (#177)
Replace `MONTIOR_URI` by ``MONITOR_URI`
1 parent 3900f35 commit c0bbe57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Settings in this part is immutable, you have to redeploy HAProxy service to make
217217
|HTTP_BASIC_AUTH_SECURE| |a comma-separated list of credentials(`<user>:<encrypted-pass>`) for HTTP basic auth, which applies to all the backend routes. To escape comma, use `\,`. See:[HAProxy:user](https://cbonte.github.io/haproxy-dconv/1.5/configuration.html#3.4-user) *Attention:* DO NOT rely on this for authentication in production|
218218
|MAXCONN|4096|sets the maximum per-process number of concurrent connections.|
219219
|MODE|http|mode of load balancing for HAProxy. Possible values include: `http`, `tcp`, `health`|
220-
|MONITOR_PORT| |the port number where monitor_uri should be added to. Use together with `MONTIOR_URI`. Possible value: `80`|
220+
|MONITOR_PORT| |the port number where monitor_uri should be added to. Use together with `MONITOR_URI`. Possible value: `80`|
221221
|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`|
222222
|OPTION|redispatch|comma-separated list of HAProxy `option` entries to the `default` section.|
223223
|RSYSLOG_DESTINATION|127.0.0.1|the rsyslog destination to where HAProxy logs are sent|

0 commit comments

Comments
 (0)