mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 5191: final check in for the enhancement to make the console proxy domain configurable
status 5191: resolved fixed
This commit is contained in:
parent
72243c8382
commit
6f9e327d0b
@ -45,6 +45,7 @@ public class ConsoleProxyInfo {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
sb.append(".realhostip.com");
|
sb.append(".realhostip.com");
|
||||||
|
|
||||||
proxyAddress = sb.toString();
|
proxyAddress = sb.toString();
|
||||||
proxyPort = port;
|
proxyPort = port;
|
||||||
this.proxyUrlPort = proxyUrlPort;
|
this.proxyUrlPort = proxyUrlPort;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user