is it possible to use CNAME (alias) for

前端 未结 4 2037
梦谈多话
梦谈多话 2021-01-07 19:10

Is there a way i can hide the port from url and use cname (alias) instead of :.

For e.g. If my url is http://myserver.com:40089/webapps/index.jsp Is its possible for

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-07 19:37

    No. CNAME only maps names, not ports. You need a reverse proxy if you want to map x:b to c:d.

提交回复
热议问题