瀏覽代碼

fix(subprotocol): fix bad configuration item name for subprotocol

zhouzb 5 年之前
父節點
當前提交
ef1be26bc8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      etc/emqx.conf

+ 2 - 2
etc/emqx.conf

@@ -1580,7 +1580,7 @@ listener.ws.external.access.1 = allow all
 ## Supported subprotocols
 ## Supported subprotocols
 ##
 ##
 ## Default: mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
 ## Default: mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
-## listener.ws.external.supported_protocols = mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
+## listener.ws.external.supported_subprotocols = mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
 
 
 ## Enable the Proxy Protocol V1/2 if the EMQ cluster is deployed behind
 ## Enable the Proxy Protocol V1/2 if the EMQ cluster is deployed behind
 ## HAProxy or Nginx.
 ## HAProxy or Nginx.
@@ -1801,7 +1801,7 @@ listener.wss.external.access.1 = allow all
 ## Supported subprotocols
 ## Supported subprotocols
 ##
 ##
 ## Default: mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
 ## Default: mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
-## listener.wss.external.supported_protocols = mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
+## listener.wss.external.supported_subprotocols = mqtt, mqtt-v3, mqtt-v3.1.1, mqtt-v5
 
 
 ## Enable the Proxy Protocol V1/2 support.
 ## Enable the Proxy Protocol V1/2 support.
 ##
 ##