cron/apache
- fix mixed indentation - fix trailing whitespace (code+resulting vhost config)
This commit is contained in:
@@ -827,9 +827,7 @@ class apache extends HttpConfigBase {
|
|||||||
$vhost_content .= '"' . "\n";
|
$vhost_content .= '"' . "\n";
|
||||||
$vhost_content .= ' </IfModule>' . "\n";
|
$vhost_content .= ' </IfModule>' . "\n";
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else
|
|
||||||
{
|
|
||||||
// if there is no cert-file specified but we are generating a ssl-vhost,
|
// if there is no cert-file specified but we are generating a ssl-vhost,
|
||||||
// we should return an empty string because this vhost would suck dick, ref #1583
|
// we should return an empty string because this vhost would suck dick, ref #1583
|
||||||
$this->logger->logAction(CRON_ACTION, LOG_ERR, $domain['domain'] . ' :: empty certificate file! Cannot create ssl-directives');
|
$this->logger->logAction(CRON_ACTION, LOG_ERR, $domain['domain'] . ' :: empty certificate file! Cannot create ssl-directives');
|
||||||
|
|||||||
Reference in New Issue
Block a user