vultr.com 默认开启了 http 防火墙
ubuntu 上安装完 nginx 后发现默认首页不能访问,可以优先检查 ufw 防火墙:
1 | sudo ufw status |
结果显示 status: active
,说明 vultr 上的防火墙是默认开启的。
执行命令将 http、https 端口加入到白名单:
1 | sudo ufw allow 'Nginx HTTP' |
可以了。
参考:
How to Set Up Nginx on a Ubuntu Server with Vultr: https://coderrocketfuel.com/article/how-to-set-up-nginx-on-a-ubuntu-server-with-vultr