You are here

function hosting_apache_https_hosting_service in Aegir HTTPS 7.3

Implements hook_hosting_service().

File

submodules/apache_https/hosting_apache_https.module, line 11
Register a Hosting service for Apache w/ HTTPS.

Code

function hosting_apache_https_hosting_service() {
  return array(
    'https_apache' => 'http',
  );
}