Skip to content

Instantly share code, notes, and snippets.

View usharik's full-sized avatar
💻
Keep calm and write code!

Alexey usharik

💻
Keep calm and write code!
View GitHub Profile
@simonw
simonw / gist:92481
Created April 9, 2009 13:58
Compile nginx standalone without root access
# Compile nginx standalone without root access
mkdir ~/installed
mkdir ~/installed/nginx
mkdir ~/src
cd ~/src
# PCRE dependency - we'll compile against this statically
wget http://kent.dl.sourceforge.net/sourceforge/pcre/pcre-7.8.tar.gz
tar -xzvf pcre-7.8.tar.gz