Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7599286
  • 博文数量: 1768
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16342
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1768)

文章存档

2024年(14)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: 系统运维

2023-08-22 13:25:02

vi etc/emqx.conf

点击(此处)折叠或打开

  1. node {
  2. name = "emqx@127.0.0.1"
  3. cookie = "emqxsecretcookie"
  4. data_dir = "data"
  5. }
  6. cluster {
  7. name = emqxcl
  8. discovery_strategy = manual
  9. }
  10. listeners.tcp.default {
  11. bind = "0.0.0.0:11883"
  12. max_connections = 10240
  13. }
  14. #listeners.ssl.default {
  15. # bind = "0.0.0.0:18883"
  16. # max_connections = 1024000
  17. # ssl_options {
  18. # cacertfile = "etc/certs/cacert.pem"
  19. # certfile = "etc/certs/cert.pem"
  20. # keyfile = "etc/certs/key.pem"
  21. # }
  22. #}
  23. listeners.ws.default {
  24. bind = "0.0.0.0:18083"
  25. max_connections = 1024000
  26. websocket.mqtt_path = "/mqtt"
  27. }
  28. #listeners.wss.default {
  29. # bind = "0.0.0.0:18084"
  30. # max_connections = 1024000
  31. # websocket.mqtt_path = "/mqtt"
  32. # ssl_options {
  33. # cacertfile = "etc/certs/cacert.pem"
  34. # certfile = "etc/certs/cert.pem"
  35. # keyfile = "etc/certs/key.pem"
  36. # }
  37. # }
  38. dashboard {
  39. listeners.http {
  40. bind = 28083
  41. }
  42. }

https :// www. emqx.io/docs/en/v5.0/configuration/listener.html#configure-tcp-listener
阅读(1485) | 评论(0) | 转发(0) |
0

上一篇:emqx-5.1安装

下一篇:nfpm打包rpm、deb

给主人留下些什么吧!~~