1
I had 2 service on a server that run on 2 different port. one of them on port 80 and another on port 3000. I want to address them with same DNS like this:
http://xxx.ttt.yy : the one that run on port 3000
http://xxx.ttt.yy/zzz : the one that run on port 80
what should i do?
What operating system and which web server? – harrymc – 2018-11-28T10:08:44.487
@harrymc OS : linux(debian) WS: apache – Zoha Rad – 2018-11-28T10:16:22.527
@harrymc And if it help, I run Filerun on port 80 and swagger-ui on port 3000 – Zoha Rad – 2018-11-28T10:26:00.010