Skip to content
Snippets Groups Projects
Commit 7b28dadb authored by tbrehm's avatar tbrehm
Browse files

Added NameVirtualHost for fedora.

parent 9de0c46b
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,7 @@ class installer_dist extends installer_base {
$content = rf('/etc/httpd/conf/httpd.conf');
if(!stristr($content,'Include /etc/httpd/conf/sites-enabled/')) {
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");
}
unset($content);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment