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

This commit is contained in:
Feng Lee 2017-11-29 10:45:40 +08:00
parent db3a54e31a
commit 2611f660de
1 changed files with 1 additions and 1 deletions

View File

@ -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