从我的Amazon实例无法访问Nginx

时间:2018-11-03 00:52:31

标签: ubuntu nginx amazon-ec2

我在EC2 instance上有此配置 enter image description here

和我的status中的Nginx

# sudo systemctl status  nginx
● nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2018-11-03 00:45:01 UTC; 2min 33s ago
  Process: 1612 ExecStop=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid (code=exited, status=0/SUCCESS)
  Process: 1622 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
  Process: 1618 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
 Main PID: 1625 (nginx)
    Tasks: 2
   Memory: 1.9M
      CPU: 17ms
   CGroup: /system.slice/nginx.service
           ├─1625 nginx: master process /usr/sbin/nginx -g daemon on; master_process on
           └─1626 nginx: worker process       

但是,每次我尝试使用IP访问服务器时,都会得到一个TimeOut,但是如果我尝试在同一服务器内部访问它,则该页面存在。

在整个配置中,一台Node.js服务器在Nginx上运行。在Amazon EC2 instance上运行。 今天,我们续订了证书,现在无法访问该网站。

有人知道如何解决吗?

0 个答案:

没有答案