You are here

hosting_nginx.module in Hosting 7.4

Register a hosting service for NGINX.

File

web_server/nginx/hosting_nginx.module
View source
<?php

/**
 * @file
 * Register a hosting service for NGINX.
 */

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

Functions