Level 61
Oct 14, 2020
1
Level 2
How do I access my App running on a subdomain without exposing the port?
I have a laravel application running on the main domain which is https://website.com and I have another node js app which is running on port 8080 on a subdomain like this: http://sub.website.com:8080/ how do I access the node js app without :8080? That is http://sub.website.com?
Please or to participate in this conversation.