fixing INSTALL adding NameVirtualHost *:443

This commit is contained in:
Benjamin Sonntag 2015-05-07 17:10:34 +02:00
parent 06d3e94a99
commit 987bafabce
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if ($argv[1] == "before-reload") {
} else { } else {
$found = false; $found = false;
while ($s = fgets($f, 1024)) { while ($s = fgets($f, 1024)) {
if (preg_match(":[^#]*NameVirtualHost.*443:", $s)) { if (preg_match(":^[^#]*NameVirtualHost.*443:", $s)) {
$found = true; $found = true;
break; break;
} }