Answers for "apt-get install nginx 1.6.2"

17

ubuntu install nginx

sudo apt update
sudo apt install nginx
Posted by: Guest on August-13-2020
0

To set up the apt repository for stable nginx packages, run the following command:

echo "deb http://nginx.org/packages/ubuntu `lsb_release -cs` nginx" 
    | sudo tee /etc/apt/sources.list.d/nginx.list
Posted by: Guest on June-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language