You are here

hosting_apache_https.module in Aegir HTTPS 7.3

Register a Hosting service for Apache w/ HTTPS.

File

submodules/apache_https/hosting_apache_https.module
View source
<?php

/**
 * @file
 * Register a Hosting service for Apache w/ HTTPS.
 */

/**
 * Implements hook_hosting_service().
 */
function hosting_apache_https_hosting_service() {
  return array(
    'https_apache' => 'http',
  );
}

Functions