hosting_nginx_ssl.module in Hosting 7.4
Same filename and directory in other branches
Register a hosting service for NGINX w/ SSL
File
web_server/nginx/ssl/hosting_nginx_ssl.moduleView 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
Name | Description |
---|---|
hosting_nginx_ssl_hosting_service | Implements hook_hosting_service(). |