Skip to content

Instantly share code, notes, and snippets.

@brianherman
Created July 15, 2013 15:00
Show Gist options
  • Save brianherman/6000659 to your computer and use it in GitHub Desktop.
Save brianherman/6000659 to your computer and use it in GitHub Desktop.
cd ~
# check http://nginx.org/en/download.html for the latest version
wget http://nginx.org/download/nginx-1.4.1.tar.gz
tar -xvzf nginx-1.4.1.tar.gz
cd nginx-1.4.1/
./configure --add-module=$HOME/ngx_pagespeed-release-1.6.29.3-beta
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment