Home  >  Q&A  >  body text

linux - After ngxin is configured, the web page cannot be opened

I bought cloud server ECS from Alibaba Cloud. The system is CentOS7.2 64-bit;
Now ping the server and domain name address; both are OK, but the web page cannot be opened;
May I ask what the problem is;
On Linux, wget domain name also prompts that the resolution failed

怪我咯怪我咯2658 days ago1276

reply all(7)I'll reply

  • cloudmam

    cloudmam2020-07-15 17:29:29

    Alibaba Cloud Server can try Cloud Helper Operation and Maintenance Management

    reply
    0
  • phpcn_u5126

    phpcn_u51262017-06-16 20:51:36

    sdafasdfasdasdfasdf

    reply
    0
  • phpcn_u5126

    phpcn_u51262017-06-16 20:51:29

    fffffffffffffffffffff

    reply
    0
  • phpcn_u5126

    phpcn_u51262017-06-16 20:51:13

    adsfadsfadsf


    reply
    0
  • ringa_lee

    ringa_lee2017-06-16 09:21:44

    1. Check whether the firewall has opened port 80
    2. Whether the ECS security group has opened port 80

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-06-16 09:21:44

    What does it mean if it cannot be opened? Is there a status code?

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-06-16 09:21:44

    1. Check whether firewalld port 80 is open

    firewall-cmd --zone=public --list-ports

    Open the port if it is not open

    firewall-cmd --zone=public --add-port=80/tcp --permanent  
    firewall-cmd --reload

    2. Check the security group of this instance of Alibaba Cloud backend ecs and see if port 80 is not open in the configuration rules

    reply
    0
  • Cancelreply