亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

node.js - How to correctly configure nodejs on cenos system?
習(xí)慣沉默
習(xí)慣沉默 2017-06-08 11:02:33
0
2
893

Alibaba Cloud's cloud server ESC is used, and the CentOS system is selected. According to the official website deployment process, nodejs and corresponding files are installed. This is the deployment process link description

According to the code provided in the document, I replaced the ESC public network IP address with the public network address of my ESC instance, but the following error was reported

EADDRNOTAVAIL means that the requested address cannot be allocated, and then I changed the public network address to a private address. After the change, it ran normally without an error, but the private address could not be accessed from the external network.
Could you please tell me how to allow the external network to correctly access the server?

習(xí)慣沉默
習(xí)慣沉默

reply all(2)
Ty80

nginx reverse proxy, reverse proxy the public network port 80 to the local port 3000.

扔個三星炸死你

Is there an error in the public IP configuration? Or your machine is not configured with a public IP? ifconfigCheck your network card configuration

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template