We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74093a commit 08bd30aCopy full SHA for 08bd30a
install/lib/installer_base.lib.php
@@ -2637,7 +2637,7 @@ public function configure_apps_vhost() {
2637
$content = rfsel($conf['ispconfig_install_dir'].'/server/conf-custom/install/nginx_apps.vhost.master', 'tpl/nginx_apps.vhost.master');
2638
2639
// Enable SSL if a cert is in place.
2640
- if(is_file($conf['ispconfig_install_dir'].'/interface/ssl/ispserver.crt') && is_file($install_dir.'/interface/ssl/ispserver.key')) {
+ if(is_file($conf['ispconfig_install_dir'].'/interface/ssl/ispserver.crt') && is_file($conf['ispconfig_install_dir'].'/interface/ssl/ispserver.key')) {
2641
$content = str_replace('{ssl_on}', 'ssl', $content);
2642
$content = str_replace('{ssl_comment}', '', $content);
2643
} else {
0 commit comments