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 9de0c46 commit 7b28dadCopy full SHA for 7b28dad
install/dist/lib/fedora.lib.php
@@ -418,7 +418,7 @@ public function configure_apache()
418
419
$content = rf('/etc/httpd/conf/httpd.conf');
420
if(!stristr($content,'Include /etc/httpd/conf/sites-enabled/')) {
421
- af('/etc/httpd/conf/httpd.conf',"\nInclude /etc/httpd/conf/sites-enabled/\n\n");
+ af('/etc/httpd/conf/httpd.conf',"\nNameVirtualHost *:80\nNameVirtualHost *:443\nInclude /etc/httpd/conf/sites-enabled/\n\n");
422
}
423
unset($content);
424
0 commit comments