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