It’s actually pretty simple!
I dropped the codeigniter files in /var/www/vhosts/.skel/0/httpdocs/
Modified /var/www/vhosts/.skel/0/httpdocs/system/application/config/config.php
and changed:
$config[‘base_url’] = “”;
to:
$config[‘base_url’] = “http://{$_SERVER['HTTP_HOST']}/”;
Works like a charm! Doubt to many people will use it, but what the hell, right? 😊