Change the config file located in: .../applications/config/config.php.
Scroll down and you will find a section like this one:
/*
|--------------------------------------------------------------------------
| Base Site URL
|--------------------------------------------------------------------------
|
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH a trailing slash:
|
| http://example.com/
|
| If this is not set then CodeIgniter will guess the protocol, domain and
| path to your installation.
|
*/
$config['base_url'] = '';
....
Change the value assigned to $config['base_url'] to be your cloud server path.
for example:
$config['base_url'] = 'www.yoursite.com'
correct me if i wrong becouse i am a newbie too :D