fixing INSTALL adding NameVirtualHost *:443
This commit is contained in:
parent
06d3e94a99
commit
987bafabce
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue