mirror of
https://github.com/Telecominfraproject/wlan-cloud-rrm.git
synced 2025-10-29 17:52:24 +00:00
[WIFI-11247] change host to 0.0.0.0 (#106)
This commit is contained in:
@@ -119,7 +119,7 @@ public class CustomJettyServerFactory implements JettyServerFactory {
|
||||
if (internalPort != -1) {
|
||||
internalConnector = makeConnector(
|
||||
server,
|
||||
"localhost",
|
||||
"0.0.0.0",
|
||||
internalPort,
|
||||
trustForwardHeaders
|
||||
);
|
||||
@@ -129,7 +129,7 @@ public class CustomJettyServerFactory implements JettyServerFactory {
|
||||
if (externalPort != -1) {
|
||||
externalConnector = makeConnector(
|
||||
server,
|
||||
"localhost",
|
||||
"0.0.0.0",
|
||||
externalPort,
|
||||
trustForwardHeaders
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user