chore(conf): EMQ X -> EMQX in conf files
This commit is contained in:
parent
09775936e5
commit
b3d9605722
|
@ -53,7 +53,7 @@ listeners.tcp.default {
|
||||||
"allow all"
|
"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.
|
## behind HAProxy or Nginx.
|
||||||
##
|
##
|
||||||
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
||||||
|
@ -63,7 +63,7 @@ listeners.tcp.default {
|
||||||
## Default: false
|
## Default: false
|
||||||
proxy_protocol = 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.
|
## if no proxy protocol packet received within the timeout.
|
||||||
##
|
##
|
||||||
## @doc listeners.tcp.<name>.proxy_protocol_timeout
|
## @doc listeners.tcp.<name>.proxy_protocol_timeout
|
||||||
|
@ -152,7 +152,7 @@ listeners.ssl.default {
|
||||||
"allow all"
|
"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.
|
## behind HAProxy or Nginx.
|
||||||
##
|
##
|
||||||
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
||||||
|
@ -162,7 +162,7 @@ listeners.ssl.default {
|
||||||
## Default: true
|
## Default: true
|
||||||
proxy_protocol = 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.
|
## if no proxy protocol packet received within the timeout.
|
||||||
##
|
##
|
||||||
## @doc listeners.ssl.<name>.proxy_protocol_timeout
|
## @doc listeners.ssl.<name>.proxy_protocol_timeout
|
||||||
|
@ -339,7 +339,7 @@ listeners.ws.default {
|
||||||
"allow all"
|
"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.
|
## behind HAProxy or Nginx.
|
||||||
##
|
##
|
||||||
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
||||||
|
@ -349,7 +349,7 @@ listeners.ws.default {
|
||||||
## Default: true
|
## Default: true
|
||||||
proxy_protocol = 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.
|
## if no proxy protocol packet received within the timeout.
|
||||||
##
|
##
|
||||||
## @doc listeners.ws.<name>.proxy_protocol_timeout
|
## @doc listeners.ws.<name>.proxy_protocol_timeout
|
||||||
|
@ -442,7 +442,7 @@ listeners.wss.default {
|
||||||
"allow all"
|
"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.
|
## behind HAProxy or Nginx.
|
||||||
##
|
##
|
||||||
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/
|
||||||
|
@ -452,7 +452,7 @@ listeners.wss.default {
|
||||||
## Default: true
|
## Default: true
|
||||||
proxy_protocol = 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.
|
## if no proxy protocol packet received within the timeout.
|
||||||
##
|
##
|
||||||
## @doc listeners.wss.<name>.proxy_protocol_timeout
|
## @doc listeners.wss.<name>.proxy_protocol_timeout
|
||||||
|
@ -1567,7 +1567,7 @@ example_common_websocket_options {
|
||||||
## Default: ""
|
## Default: ""
|
||||||
websocket.check_origins = "http://localhost:18083, http://127.0.0.1:18083"
|
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.
|
## deployed behind NGINX or HAProxy.
|
||||||
##
|
##
|
||||||
## @doc listeners.<name>.websocket.proxy_address_header
|
## @doc listeners.<name>.websocket.proxy_address_header
|
||||||
|
@ -1575,7 +1575,7 @@ example_common_websocket_options {
|
||||||
## Default: X-Forwarded-For
|
## Default: X-Forwarded-For
|
||||||
websocket.proxy_address_header = 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.
|
## deployed behind NGINX or HAProxy.
|
||||||
##
|
##
|
||||||
## @doc listeners.<name>.websocket.proxy_port_header
|
## @doc listeners.<name>.websocket.proxy_port_header
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## EMQ X Bridge
|
## EMQX Bridge
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
|
||||||
## MQTT bridges to/from another MQTT broker
|
## MQTT bridges to/from another MQTT broker
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
## 3. File {{ platform_data_dir }}/configs/local-override.conf
|
## 3. File {{ platform_data_dir }}/configs/local-override.conf
|
||||||
##
|
##
|
||||||
## The *-override.conf files are overwritten at runtime when changes
|
## 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
|
## Node
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## EMQ X Dashboard
|
## EMQX Dashboard
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
|
||||||
dashboard {
|
dashboard {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##====================================================================
|
##====================================================================
|
||||||
## EMQ X Hooks
|
## EMQX Hooks
|
||||||
##====================================================================
|
##====================================================================
|
||||||
|
|
||||||
exhook {
|
exhook {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## EMQ X Gateway configurations
|
## EMQX Gateway configurations
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
|
||||||
## No gateway by default.
|
## No gateway by default.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## emqx_prometheus for EMQ X
|
## emqx_prometheus for EMQX
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
prometheus {
|
prometheus {
|
||||||
push_gateway_server = "http://127.0.0.1:9091"
|
push_gateway_server = "http://127.0.0.1:9091"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## EMQ X PSK
|
## EMQX PSK
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
|
||||||
psk_authentication {
|
psk_authentication {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## EMQ X Retainer
|
## EMQX Retainer
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
|
||||||
## Where to store the retained messages.
|
## Where to store the retained messages.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##====================================================================
|
##====================================================================
|
||||||
## Rule Engine for EMQ X R5.0
|
## Rule Engine for EMQX R5.0
|
||||||
##====================================================================
|
##====================================================================
|
||||||
rule_engine {
|
rule_engine {
|
||||||
ignore_sys_message = true
|
ignore_sys_message = true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## EMQ X Slow Subscribers Statistics
|
## EMQX Slow Subscribers Statistics
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
|
||||||
slow_subs {
|
slow_subs {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
## Statsd for EMQ X
|
## Statsd for EMQX
|
||||||
##--------------------------------------------------------------------
|
##--------------------------------------------------------------------
|
||||||
|
|
||||||
statsd {
|
statsd {
|
||||||
|
|
Loading…
Reference in New Issue