Update NGINX to v 1.4.1

I have a server with some ruby aplication in nginx 1.1.19 and I am want
to update to the version 1.4.1 but I can update using apt-get because
the server no have internet. I can download the package in other PC.
How can I do this?

download, put file into target machine

install/upgrade with

dpkg -i

Posted at Nginx Forum:

aptitude download nginx
or browse to the repo with your browser and downlaod manually
or create a deb-package via checkinstall from nginx-sources

  1. transfer to the target-machine

  2. dpkg -i

Posted at Nginx Forum: