Direct URL will be always http until we get wildcard tls certs
This commit is contained in:
@@ -263,7 +263,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$scope.getProxyUrl = function(instance, port) {
|
$scope.getProxyUrl = function(instance, port) {
|
||||||
var url = window.location.protocol + '//' + instance.proxy_host + '-' + port + '.direct.' + window.location.host;
|
var url = 'http://' + instance.proxy_host + '-' + port + '.direct.' + window.location.host;
|
||||||
|
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user