"Welcome to nginx!" 的网站没有出现,因为我 `curl http://your_server_ip`

The site of "Welcome to nginx!" not appearing as I `curl http://your_server_ip`

我一直在做 the tutorial 的 nginx。

下图来自教程

而我 curl http://my_ip ,

curl: (28) Failed to connect to my_ip port 80 after 130496 ms: Connection timed out

久等归来

可以考虑什么原因?

顺便说一句,以下命令运行良好。

curl http://127.0.0.1
curl http://localhost

至少对于我的配置来说,只需重新启动计算机就可以了。