AWS Ubuntu 18.04 安装 Nginx

nginx

  • apt install unzip
  • apt-get update
  • apt-get install nginx
  • mv /home/ubuntu/nginx.conf /etc/nginx/nginx.conf
  • nginx -s reload

你可能感兴趣的:(AWS Ubuntu 18.04 安装 Nginx)