aaP_itclarice My Node.js project starts with PM2 on port 1001. I want to reverse proxy it, but when I access the domain, it returns 'host can't access.' I tried using curl in the terminal, and it can access and return the project's response.
aaPanel_Kern Hello, do you use a port when using a domain name? Is port 80, is 443 open? Does the domain name A record point to the server's IP? Is it normal to directly access the + port of the server? aaP_itclarice