You are here

hosting_nginx_ssl.module in Hosting 7.3

Register a hosting service for NGINX w/ SSL

File

web_server/nginx/ssl/hosting_nginx_ssl.module
View source
<?php

/**
 * @file Register a hosting service for NGINX w/ SSL
 */

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

Functions