Hi!
I have a server, accessible by one IP, on which different applications are running on different ports.
I need to configure rules so that HTTPS traffic from different subdomains is redirected to these different applications.
For example:
https://subdomain1.domain.com -> 10.10.10.10:11111
https://subdomain2.domain.com -> 10.10.10:22222
!!! It is important that the user’s address bar shows the address of the subdomain, not the IP.
What functionality can I use to do this?