hosting_nginx.module in Hosting 7.4
Same filename and directory in other branches
Register a hosting service for NGINX.
File
web_server/nginx/hosting_nginx.moduleView source
<?php
/**
* @file
* Register a hosting service for NGINX.
*/
/**
* Implements hook_hosting_service().
*/
function hosting_nginx_hosting_service() {
return array(
'nginx' => 'http',
);
}
Functions
Name | Description |
---|---|
hosting_nginx_hosting_service | Implements hook_hosting_service(). |