Skip to content

Commit 9f56b73

Browse files
committed
chore: EMQ X -> EMQX
1 parent 640f2fe commit 9f56b73

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

etc/emqx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##====================================================================
2-
## EMQ X Configuration v5.0
2+
## EMQX Configuration v5.0
33
##====================================================================
44

55
listener.tcp {

etc/emqx.cuttlefish.conf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## EMQ X Configuration 4.3
1+
## EMQX Configuration 4.3
22

33
## NOTE: Do not change format of CONFIG_SECTION_{BGN,END} comments!
44

@@ -1099,15 +1099,15 @@ listener.tcp.external.zone = external
10991099
## Example: allow 192.168.0.0/24
11001100
listener.tcp.external.access.1 = allow all
11011101

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
11031103
## behind HAProxy or Nginx.
11041104
##
11051105
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
11061106
##
11071107
## Value: on | off
11081108
## listener.tcp.external.proxy_protocol = on
11091109

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
11111111
## if no proxy protocol packet received within the timeout.
11121112
##
11131113
## Value: Duration
@@ -1610,13 +1610,13 @@ listener.ws.external.access.1 = allow all
16101610
## Default: mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
16111611
## listener.ws.external.supported_subprotocols = mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
16121612

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
16141614
## deployed behind NGINX or HAProxy.
16151615
##
16161616
## Default: X-Forwarded-For
16171617
## listener.ws.external.proxy_address_header = X-Forwarded-For
16181618

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
16201620
## deployed behind NGINX or HAProxy.
16211621
##
16221622
## Default: X-Forwarded-Port
@@ -1879,13 +1879,13 @@ listener.wss.external.access.1 = allow all
18791879
## Default: mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
18801880
## listener.wss.external.supported_subprotocols = mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
18811881

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
18831883
## deployed behind NGINX or HAProxy.
18841884
##
18851885
## Default: X-Forwarded-For
18861886
## listener.wss.external.proxy_address_header = X-Forwarded-For
18871887

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
18891889
## deployed behind NGINX or HAProxy.
18901890
##
18911891
## Default: X-Forwarded-Port

sample-schemas/emqx.schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%%-*- mode: erlang -*-
2-
%% EMQ X R4.0 config mapping
2+
%% EMQX R4.0 config mapping
33

44
%%--------------------------------------------------------------------
55
%% Cluster

0 commit comments

Comments
 (0)