瀏覽代碼

Merge pull request #14199 from zmstone/241108-fix-dashboard-config-comment

docs: simplify dashboard listener config comments
zhongwencool 1 年之前
父節點
當前提交
1a7efa1291
共有 1 個文件被更改,包括 2 次插入6 次删除
  1. 2 6
      apps/emqx_dashboard/etc/emqx_dashboard.conf

+ 2 - 6
apps/emqx_dashboard/etc/emqx_dashboard.conf

@@ -1,12 +1,8 @@
 dashboard {
     listeners {
-        http {
-            ## Comment out 'bind' (or set bind=0) to disable listener.
-            bind = 18083
-        }
+        http.bind = 18083
+        # https.bind = 18084
         https {
-            ## Uncomment to enable
-            # bind = 18084
             ssl_options {
                 certfile = "${EMQX_ETC_DIR}/certs/cert.pem"
                 keyfile = "${EMQX_ETC_DIR}/certs/key.pem"