diff --git a/install/froxlor.sql b/install/froxlor.sql index 9b82d9cd..a9348199 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -453,8 +453,8 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('system', 'nameservers', ''), ('system', 'mxservers', ''), ('system', 'mod_fcgid', '0'), - ('system', 'apacheconf_vhost', '/etc/apache2/vhosts.conf'), - ('system', 'apacheconf_diroptions', '/etc/apache2/diroptions.conf'), + ('system', 'apacheconf_vhost', '/etc/apache2/sites-enabled/'), + ('system', 'apacheconf_diroptions', '/etc/apache2/sites-enabled/'), ('system', 'apacheconf_htpasswddir', '/etc/apache2/htpasswd/'), ('system', 'webalizer_quiet', '2'), ('system', 'last_archive_run', '000000'),