Skip to content

Instantly share code, notes, and snippets.

@godofredoninja
Last active August 29, 2015 14:19
Show Gist options
  • Save godofredoninja/18666e4afec8a50f420e to your computer and use it in GitHub Desktop.
Save godofredoninja/18666e4afec8a50f420e to your computer and use it in GitHub Desktop.
Instalar la Ultima version de NGINX
vi /etc/apt/sources.list
## Para cambiar el Nombre por ejemplo(lucid) por favor leer la documentacion
## http://nginx.org/en/linux_packages.html#stable
## http://nginx.org/en/linux_packages.html#distributions
# Agregar:
deb http://nginx.org/packages/ubuntu/ lucid nginx
deb-src http://nginx.org/packages/ubuntu/ lucid nginx
sudo -s
nginx=stable
add-apt-repository ppa:nginx/$nginx
apt-get update
apt-get install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment