chore(conf): EMQ X -> EMQX in conf files

This commit is contained in:
Zaiming (Stone) Shi 2022-02-16 17:50:41 +01:00
parent 09775936e5
commit b3d9605722
12 changed files with 21 additions and 21 deletions

View File

@ -53,7 +53,7 @@ listeners.tcp.default {
"allow all"
]
## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed
## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed
## behind HAProxy or Nginx.
##
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
@ -63,7 +63,7 @@ listeners.tcp.default {
## Default: false
proxy_protocol = false
## Sets the timeout for proxy protocol. EMQ X will close the TCP connection
## Sets the timeout for proxy protocol. EMQX will close the TCP connection
## if no proxy protocol packet received within the timeout.
##
## @doc listeners.tcp.<name>.proxy_protocol_timeout
@ -152,7 +152,7 @@ listeners.ssl.default {
"allow all"
]
## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed
## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed
## behind HAProxy or Nginx.
##
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
@ -162,7 +162,7 @@ listeners.ssl.default {
## Default: true
proxy_protocol = false
## Sets the timeout for proxy protocol. EMQ X will close the TCP connection
## Sets the timeout for proxy protocol. EMQX will close the TCP connection
## if no proxy protocol packet received within the timeout.
##
## @doc listeners.ssl.<name>.proxy_protocol_timeout
@ -339,7 +339,7 @@ listeners.ws.default {
"allow all"
]
## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed
## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed
## behind HAProxy or Nginx.
##
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
@ -349,7 +349,7 @@ listeners.ws.default {
## Default: true
proxy_protocol = false
## Sets the timeout for proxy protocol. EMQ X will close the TCP connection
## Sets the timeout for proxy protocol. EMQX will close the TCP connection
## if no proxy protocol packet received within the timeout.
##
## @doc listeners.ws.<name>.proxy_protocol_timeout
@ -442,7 +442,7 @@ listeners.wss.default {
"allow all"
]
## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed
## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed
## behind HAProxy or Nginx.
##
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
@ -452,7 +452,7 @@ listeners.wss.default {
## Default: true
proxy_protocol = false
## Sets the timeout for proxy protocol. EMQ X will close the TCP connection
## Sets the timeout for proxy protocol. EMQX will close the TCP connection
## if no proxy protocol packet received within the timeout.
##
## @doc listeners.wss.<name>.proxy_protocol_timeout
@ -1567,7 +1567,7 @@ example_common_websocket_options {
## Default: ""
websocket.check_origins = "http://localhost:18083, http://127.0.0.1:18083"
## Specify which HTTP header for real source IP if the EMQ X cluster is
## Specify which HTTP header for real source IP if the EMQX cluster is
## deployed behind NGINX or HAProxy.
##
## @doc listeners.<name>.websocket.proxy_address_header
@ -1575,7 +1575,7 @@ example_common_websocket_options {
## Default: X-Forwarded-For
websocket.proxy_address_header = X-Forwarded-For
## Specify which HTTP header for real source port if the EMQ X cluster is
## Specify which HTTP header for real source port if the EMQX cluster is
## deployed behind NGINX or HAProxy.
##
## @doc listeners.<name>.websocket.proxy_port_header

View File

@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## EMQ X Bridge
## EMQX Bridge
##--------------------------------------------------------------------
## MQTT bridges to/from another MQTT broker

View File

@ -5,7 +5,7 @@
## 3. File {{ platform_data_dir }}/configs/local-override.conf
##
## The *-override.conf files are overwritten at runtime when changes
## are made from EMQ X dashboard UI, management HTTP API, or CLI.
## are made from EMQX dashboard UI, management HTTP API, or CLI.
##==================================================================
## Node

View File

@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## EMQ X Dashboard
## EMQX Dashboard
##--------------------------------------------------------------------
dashboard {

View File

@ -1,5 +1,5 @@
##====================================================================
## EMQ X Hooks
## EMQX Hooks
##====================================================================
exhook {

View File

@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## EMQ X Gateway configurations
## EMQX Gateway configurations
##--------------------------------------------------------------------
## No gateway by default.

View File

@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## emqx_prometheus for EMQ X
## emqx_prometheus for EMQX
##--------------------------------------------------------------------
prometheus {
push_gateway_server = "http://127.0.0.1:9091"

View File

@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## EMQ X PSK
## EMQX PSK
##--------------------------------------------------------------------
psk_authentication {

View File

@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## EMQ X Retainer
## EMQX Retainer
##--------------------------------------------------------------------
## Where to store the retained messages.

View File

@ -1,5 +1,5 @@
##====================================================================
## Rule Engine for EMQ X R5.0
## Rule Engine for EMQX R5.0
##====================================================================
rule_engine {
ignore_sys_message = true

View File

@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## EMQ X Slow Subscribers Statistics
## EMQX Slow Subscribers Statistics
##--------------------------------------------------------------------
slow_subs {

View File

@ -1,5 +1,5 @@
##--------------------------------------------------------------------
## Statsd for EMQ X
## Statsd for EMQX
##--------------------------------------------------------------------
statsd {