Hi,
I’ve installed jitsi on a server which intented to be ephemeral but finally I want to keep it …
But now I’d like to merge the very few used services of other servers to this server which hosts jitsi.
ie :
- App 1 : https://x.mydomain.tld <= new service
- App 2 : https://y.mydomain.tld <= new service
- App n : https://n.mydomain.tld <= new future services
- App 3 : https://meet.mydomain.tld <= the host only server this actually
Since TCP does not understand server_name, it’s not possible to set this parameter in stream {} config.
So when browser intends to get https://x.mydomain.tld, its redirected to https://meet.mydomain.tld because jitsi stream {} listens to *:443
Which best config shall I use to deliver different HTTPS services on the same host ?
Shouldn’t l I better dockerize jitsi intend to have more flexible services ?
Thanks for your advices