我已经逐步遵循了这篇文章(https://coderrocketfuel.com/article/how-to-set-up-nginx-on-a-ubuntu-server-with-vultr) 在 Vultr 上设置一个实例,一切都进行得很顺利,但在第二步结束时,文章说“访问 http://server_domain_or_IP”并且您应该看到 nginx 欢迎页面,我转到 http://my_server_ip_address,并且我总是在浏览器上看到“连接已超时”屏幕。
答案1
需要在您的服务器上打开防火墙端口吗?
sudo ufw allow http
和/或
sudo ufw allow https