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
#!/bin/sh | |
apt-get install -y libreadline-dev libncurses5-dev libpcre3-dev \ | |
libssl-dev perl make build-essential | |
# Script to compile nginx on ubuntu with lua support. | |
NGX_VERSION='1.8.0' | |
LUAJIT_VERSION='2.0.4' | |
LUAJIT_MAJOR_VERSION='2.0' |