hosting.feature.nginx_ssl.inc in Hostmaster (Aegir) 6
File
modules/hosting/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',
);
return $features;
}
Functions
Name | Description |
---|---|
hosting_nginx_ssl_hosting_feature |