Skip to content

Instantly share code, notes, and snippets.

@evenchange4
evenchange4 / gist:e04ad27f329272238b556a491139b812
Last active September 2, 2019 04:19 — forked from simonw/gist:92481
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-8.42.tar.gz
tar -xzvf pcre-8.42.tar.gz