This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |