tawhid111 Hi Guys Recently i was trying to setup nodejs environment decided to use aapanel. Here is my contribution on a step by step guide for anyone trying to set it up. aapanel nodejs centos7 setup and how to test if its working. https://docdro.id/cY8Kpjw
innox Hello, I was able to create the node js app, But how can I make it assessable on my main domain instead of port 3000... For example, now my app is running on: my-site-domain-name.com:3000 I want it to run on: my-site-domain-name.com
aaP_dah_kenangnon innox You should use somthing like nginx proxy to bind your application runnung on my-site-domain-name.com:3000 to my-site-domain-name.com 😛lease read https://docs.nginx.com/nginx/admin-guide/web-server/web-server/