Skip to content

Instantly share code, notes, and snippets.

View cdevarenne's full-sized avatar

Claude Devarenne cdevarenne

  • San Francisco, CA
View GitHub Profile
@cdevarenne
cdevarenne / gist:02f42f62beb95450c20f
Created July 28, 2014 21:06
Building Nginx on Ubuntu 12.04 LTS precise with sticky module
Original instructions (updates reflected below as of July 2014) at: http://gravitronic.com/compiling-the-nginx-sticky-session-module-in-ubuntu/
sudo su -l
aptitude update && aptitude dist-upgrade
aptitude install build-essential software-properties-common
apt-add-repository ppa:nginx/stable
# change precise to different code name if necessary
# check contents of source list