Skip to content

Instantly share code, notes, and snippets.

# Build dependencies for OpenResty.
sudo apt-get install build-essential libpcre3-dev libssl-dev libgeoip-dev
# Install standard Nginx first so that you get the relevant service scripts installed too
sudo apt-get install nginx
# Download Last version of OpenResty
# Our check last version from site: http://openresty.org/en/download.html
cd && wget https://openresty.org/download/openresty-1.9.7.3.tar.gz