Merge branch 'zma_to_thread' of github.com:connortechnology/ZoneMinder into zma_to_thread
This commit is contained in:
commit
8a1e3f1d9a
|
@ -37,6 +37,8 @@ if ( $$opts{protocol} eq 'https' ) {
|
||||||
die "https requires a server_name";
|
die "https requires a server_name";
|
||||||
}
|
}
|
||||||
$VirtualHostPorts = ' *:443';
|
$VirtualHostPorts = ' *:443';
|
||||||
|
} else {
|
||||||
|
$VirtualHostPorts = ' *:80';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue