Hi guys. Sorry if this is a stupid question. Is it possible to have multiple services on a vps on different ports, but make them all available over the net on port 80?
My reason for this question is that my firewall at work blocks EVERYTHING except ports 80 and 443. I make sure that my vps' have ssh on port 443 so I can manage them from work if required. This only leaves me port 80 usable from work. If I have for example a torrent webui, a website, and anything else that I need to run from the box, is it possible that port 80 can be put in front of them all?
My thinking was something like:
Subdomain.domain.tld = nginx port 80
Subdomain.domain.tld/dev = apache port 81
Subdomain.domain.tld/bt = transmission port 3845
Would this be possible?