You are here

function hosting_nginx_hosting_service in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 web_server/nginx/hosting_nginx.module \hosting_nginx_hosting_service()
  2. 7.3 web_server/nginx/hosting_nginx.module \hosting_nginx_hosting_service()

Implements hook_hosting_service().

File

web_server/nginx/hosting_nginx.module, line 10
Register a hosting service for NGINX.

Code

function hosting_nginx_hosting_service() {
  return array(
    'nginx' => 'http',
  );
}