Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SimonAngatia's avatar

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?

0 likes
1 reply

Please or to participate in this conversation.