class hostingService_http_https_nginx in Aegir HTTPS 7.3
Hierarchy
- class \hostingService_https extends \hostingService_http_public
Expanded class hierarchy of hostingService_http_https_nginx
File
- submodules/
nginx_https/ hosting_nginx_https.service.inc, line 9 - Define a Hosting service class for NGINX w/HTTPS.
View source
class hostingService_http_https_nginx extends hostingService_https {
public $type = 'https_nginx';
public $name = 'NGINX HTTPS';
protected $has_restart_cmd = TRUE;
function default_restart_cmd() {
return "sudo /etc/init.d/nginx reload";
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
hostingService_https:: |
public | function | ||
hostingService_https:: |
public | function | ||
hostingService_https:: |
function | |||
hostingService_https:: |
function | |||
hostingService_https:: |
function | |||
hostingService_https:: |
function | |||
hostingService_https:: |
function | |||
hostingService_https:: |
public | function | ||
hostingService_https:: |
function | |||
hostingService_http_https_nginx:: |
protected | property | ||
hostingService_http_https_nginx:: |
public | property | ||
hostingService_http_https_nginx:: |
public | property | ||
hostingService_http_https_nginx:: |
function |