fixing INSTALL adding NameVirtualHost *:443
This commit is contained in:
parent
06d3e94a99
commit
987bafabce
|
@ -68,7 +68,7 @@ if ($argv[1] == "before-reload") {
|
|||
} else {
|
||||
$found = false;
|
||||
while ($s = fgets($f, 1024)) {
|
||||
if (preg_match(":[^#]*NameVirtualHost.*443:", $s)) {
|
||||
if (preg_match(":^[^#]*NameVirtualHost.*443:", $s)) {
|
||||
$found = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue