You are here

function Provision_Service_http_https_apache::parse_configs in Aegir HTTPS 7.3

Restart apache to pick up the new config files.

File

submodules/apache_https/drush/Provision/Service/http/https/apache.php, line 49

Class

Provision_Service_http_https_apache
Apache HTTPS service class.

Code

function parse_configs() {
  return $this
    ->restart();
}