vhost support #13
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OvenMediaEngine can do it according to the docs. Need to get OE on the same page. Right now we're assuming in several places in the code that everything uses the default vhost, which is equal to the FDQN assigned to the host. This isn't workable for future plans.
We should likely move to no default and having to explicitly define whatever hosts you use. This will be a breaking change if we do.
Alternatively we can grab the URL used on connect, check it against a list of vhosts, and if it's not there, call it default instead.