Skip to content

Instantly share code, notes, and snippets.

@skozz
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skozz/f9c31e40b250662c1586 to your computer and use it in GitHub Desktop.
Save skozz/f9c31e40b250662c1586 to your computer and use it in GitHub Desktop.
Configurar Proxy en Ubuntu Server 14 - Node.js Expres application

vim ~/.bashrc

Write: export http_proxy="http://[proxy]:[port]"

Example: export http_proxy="http://yuor.proxy.com:8080"

cd /etc/apt/apt.conf.d/

vim 99proxy

Write: Acquire::http::Proxy "http://proxy.miempresa.com.ar:8080";

Save & reboot :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment