You are here

hosting.feature.nginx.inc in Hosting 6.2

File

web_server/nginx/hosting.feature.nginx.inc
View source
<?php

function hosting_nginx_hosting_feature() {
  $features['nginx'] = array(
    'title' => t('Nginx web servers'),
    'description' => t('Provide support for the NGINX web server.'),
    'status' => HOSTING_FEATURE_DISABLED,
    'module' => 'hosting_nginx',
    'group' => 'optional',
  );
  return $features;
}

Functions