Use a dedicated hostname
This commit is contained in:
parent
6d8ec9b4dc
commit
87f4cfc91f
|
|
@ -820,7 +820,7 @@ class UpdateManager
|
|||
*/
|
||||
protected function createServerUrl($uri)
|
||||
{
|
||||
$gateway = Config::get('cms.updateServer', 'http://octobercms.com/api');
|
||||
$gateway = Config::get('cms.updateServer', 'http://gateway.octobercms.com/api');
|
||||
if (substr($gateway, -1) != '/') {
|
||||
$gateway .= '/';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue