-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Currently the Vert.x Gateway listens to all interfaces, according to http://vertx.io/docs/apidocs/io/vertx/rxjava/core/http/HttpServer.html#listen-int-
A specific host/IP could be specified in the verticles configuration, using a host property, like:
"verticles": { "http": { "host": "172.31.25.78", "port": 80, "count": 0 }, "https": { "host": "172.31.25.78", "port": 443, "count": "auto" }, "api": { "host": "172.31.25.78", "port": 8081, "count": 1 } }