Explorar el Código

Fix issue #1353 - the management API should listen on 0.0.0:8080

Feng Lee hace 8 años
padre
commit
2611f660de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      etc/emq.conf

+ 1 - 1
etc/emq.conf

@@ -534,7 +534,7 @@ listener.wss.external.certfile = {{ platform_etc_dir }}/certs/cert.pem
 ##--------------------------------------------------------------------
 ##--------------------------------------------------------------------
 ## HTTP Management API Listener
 ## HTTP Management API Listener
 
 
-listener.api.mgmt = 127.0.0.1:8080
+listener.api.mgmt = 0.0.0.0:8080
 
 
 listener.api.mgmt.acceptors = 4
 listener.api.mgmt.acceptors = 4