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 68c5cce commit 09297a7Copy full SHA for 09297a7
install/dist/lib/fedora.lib.php
@@ -581,7 +581,7 @@ public function configure_nginx(){
581
exec('mkdir -p '.$conf['nginx']['vhost_conf_enabled_dir']);
582
exec('mkdir -p '.$conf['nginx']['vhost_conf_dir']);
583
584
- wf('/etc/nginx/conf.d/ispconfig_vhosts.conf',"include /etc/nginx/sites-enabled/*;");
+ wf('/etc/nginx/conf.d/ispconfig_vhosts.conf',"include /etc/nginx/sites-enabled/*.vhost;");
585
586
//* make sure that webalizer finds its config file when it is directly in /etc
587
if(@is_file('/etc/webalizer.conf') && !@is_dir('/etc/webalizer')) {
0 commit comments