hosting.feature.nginx_ssl.inc in Hosting 6.2
Same filename and directory in other branches
File
web_server/nginx/ssl/hosting.feature.nginx_ssl.incView 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
Name | Description |
---|---|
hosting_nginx_ssl_hosting_feature |