소스 검색

docs: fix comments in config tempate

zmstone 1 년 전
부모
커밋
ef400058c3
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 {
 dashboard {
     listeners {
     listeners {
-        http {
-            ## Comment out 'bind' (or set bind=0) to disable listener.
-            bind = 18083
-        }
+        http.bind = 18083
+        # https.bind = 18084
         https {
         https {
-            ## Uncomment to enable
-            # bind = 18084
             ssl_options {
             ssl_options {
                 certfile = "${EMQX_ETC_DIR}/certs/cert.pem"
                 certfile = "${EMQX_ETC_DIR}/certs/cert.pem"
                 keyfile = "${EMQX_ETC_DIR}/certs/key.pem"
                 keyfile = "${EMQX_ETC_DIR}/certs/key.pem"