You are here

hosting.feature.nginx_ssl.inc in Hosting 6.2

File

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

function hosting_nginx_ssl_hosting_feature() {
  $features['nginx_ssl'] = array(
    'title' => t('Nginx SSL support'),
    'description' => t('Provide support for the NGINX web server with SSL functionality.'),
    'status' => HOSTING_FEATURE_DISABLED,
    'module' => 'hosting_nginx_ssl',
    'group' => 'optional',
  );
  return $features;
}

Functions