The Tip Show Step by Step How-to SetUp the nginx apt-get Repo on Linux Debian:
- Open a Terminal Window
- Download the nginx apt-get Signing Key:
apt Key - Install the Key:
sudo su -c "apt-key add nginx_signing.key"
- Edit apt-get Sources List:
sudo su -c "nano /etc/apt/sources.list"
- Insert the nginx Repos:
deb http://nginx.org/packages/debian/
nginx
deb-src http://nginx.org/packages/debian/nginx - squeeze
- wheezy
Substitute the Right
Ctrl+x to Save & Exit