http://nginx.org/en/docs/http/configuring_https_servers.html
https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04
安装 Nginx
sudo apt-get update
sudo apt-get install nginx
配置防火墙
sudo ufw app list
网友评论