emqx -5.4.1-el7-amd64.tar.gz怎么关闭swagger文档访问,需要怎么处理能有效解决这个问题

emqx -5.4.1-el7-amd64.tar.gz怎么关闭swagger文档访问,需要怎么处理能有效解决这个问题

最佳方式,升级:

#12398 Exposed the swagger_support option in the Dashboard configuration, allowing for the enabling or disabling of the Swagger API documentation.

无法升级的话,就用 nginx 把对应的路径给禁止访问。

你好,我是没有通过nginx代理的,直接安装的emqx, 我查看历史的记录 说 要为EMQX Dashboard 配置 swagger_support 和一个监听器,这个在etc/emqx.conf个里面配置吗

你好 我上面的链接你点开看一下,上面说了这个配置是5.6才有的,您的5.4没有哦。
如何配置你直接打开官方文档,中关于dashboard的那一部分,就能看到了哦