Lỗi không cài được nginx sau khi gỡ bỏ nginx how to install nginx after removed it manually (ok)

https://askubuntu.com/questions/361902/how-to-install-nginx-after-removed-it-manually

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:nginx/stable
sudo apt-get install software-properties-common
sudo apt-get update
sudo apt-get install nginx

Last updated