pub fn get_virtual_hosts() -> Vec<VirtualHostConfig>Expand description
Read all [[virtual_host]] entries from config / env vars.
Each entry must have RWS_CONFIG_VIRTUAL_HOST_{N}_DOMAIN set; reading
stops at the first missing index. cert_file and key_file default to
empty string if omitted.