The original post: /r/nginx by /u/zxcqirara on 2024-10-09 16:17:23.

I have different domain names (sub domains) associated with my server and I need to forward TCP/HTTP trafic at domain 1 to port 1 (e.g.) and from domain 2 to port 2. Also, I want to set up SSL certificates but they are not supported on TCP but then I’m not able to use them on HTTP requests too. What can I do?

Cuz I can’t setup HTTP and TCP listening on the same 443 port