You are here

function hosting_nginx_https_hosting_service in Aegir HTTPS 7.3

Implements hook_hosting_service().

File

submodules/nginx_https/hosting_nginx_https.module, line 11
Register a Hosting service for NGINX w/ HTTPS.

Code

function hosting_nginx_https_hosting_service() {
  return array(
    'https_nginx' => 'http',
  );
}