|
1 |
| -## EMQ X Configuration 4.3 |
| 1 | +## EMQX Configuration 4.3 |
2 | 2 |
|
3 | 3 | ## NOTE: Do not change format of CONFIG_SECTION_{BGN,END} comments!
|
4 | 4 |
|
@@ -1099,15 +1099,15 @@ listener.tcp.external.zone = external
|
1099 | 1099 | ## Example: allow 192.168.0.0/24
|
1100 | 1100 | listener.tcp.external.access.1 = allow all
|
1101 | 1101 |
|
1102 |
| -## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed |
| 1102 | +## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed |
1103 | 1103 | ## behind HAProxy or Nginx.
|
1104 | 1104 | ##
|
1105 | 1105 | ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
1106 | 1106 | ##
|
1107 | 1107 | ## Value: on | off
|
1108 | 1108 | ## listener.tcp.external.proxy_protocol = on
|
1109 | 1109 |
|
1110 |
| -## Sets the timeout for proxy protocol. EMQ X will close the TCP connection |
| 1110 | +## Sets the timeout for proxy protocol. EMQX will close the TCP connection |
1111 | 1111 | ## if no proxy protocol packet received within the timeout.
|
1112 | 1112 | ##
|
1113 | 1113 | ## Value: Duration
|
@@ -1610,13 +1610,13 @@ listener.ws.external.access.1 = allow all
|
1610 | 1610 | ## Default: mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
|
1611 | 1611 | ## listener.ws.external.supported_subprotocols = mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
|
1612 | 1612 |
|
1613 |
| -## Specify which HTTP header for real source IP if the EMQ X cluster is |
| 1613 | +## Specify which HTTP header for real source IP if the EMQX cluster is |
1614 | 1614 | ## deployed behind NGINX or HAProxy.
|
1615 | 1615 | ##
|
1616 | 1616 | ## Default: X-Forwarded-For
|
1617 | 1617 | ## listener.ws.external.proxy_address_header = X-Forwarded-For
|
1618 | 1618 |
|
1619 |
| -## Specify which HTTP header for real source port if the EMQ X cluster is |
| 1619 | +## Specify which HTTP header for real source port if the EMQX cluster is |
1620 | 1620 | ## deployed behind NGINX or HAProxy.
|
1621 | 1621 | ##
|
1622 | 1622 | ## Default: X-Forwarded-Port
|
@@ -1879,13 +1879,13 @@ listener.wss.external.access.1 = allow all
|
1879 | 1879 | ## Default: mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
|
1880 | 1880 | ## listener.wss.external.supported_subprotocols = mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
|
1881 | 1881 |
|
1882 |
| -## Specify which HTTP header for real source IP if the EMQ X cluster is |
| 1882 | +## Specify which HTTP header for real source IP if the EMQX cluster is |
1883 | 1883 | ## deployed behind NGINX or HAProxy.
|
1884 | 1884 | ##
|
1885 | 1885 | ## Default: X-Forwarded-For
|
1886 | 1886 | ## listener.wss.external.proxy_address_header = X-Forwarded-For
|
1887 | 1887 |
|
1888 |
| -## Specify which HTTP header for real source port if the EMQ X cluster is |
| 1888 | +## Specify which HTTP header for real source port if the EMQX cluster is |
1889 | 1889 | ## deployed behind NGINX or HAProxy.
|
1890 | 1890 | ##
|
1891 | 1891 | ## Default: X-Forwarded-Port
|
|
0 commit comments