Interface port settingsChanging the default port number The For example, this statement sets the port number to 8084: WEBSERVER_PORT = 8084 Binding the management interface to one or more interfaces You can optionally change the address the web server listens to. Specifying this variable overrides the WEBSERVER_BIND=192.168.42.32:8080 A more advanced feature is to bind the web server to several interfaces. Separate the different IP/port combinations with a semi-colon. WEBSERVER_BIND=192.168.42.32:8080;192.168.42.31:8081 | |||
Topic 8803: Send Feedback. Download a PDF of this online book from the first topic in the table of contents. Print this topic. |