常规排查

  1. // 检查nginx配置文件
  2. nginx -t
  3. // 查看nginx问题报错
  4. systemctl status nginx.service
  5. // 查看80端口
  6. netstat -lnt |grep 80