function hosting_nginx_ssl_hosting_feature in Hostmaster (Aegir) 6
File
- modules/
hosting/ web_server/ nginx/ ssl/ hosting.feature.nginx_ssl.inc, line 3
Code
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',
);
return $features;
}