Update script.txt

This commit is contained in:
STAM 2019-09-19 15:29:09 +03:00 committed by GitHub
parent 0d40234fae
commit fc109d3a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ wget -qO - http://nginx.org/download/nginx-1.17.3.tar.gz | tar zxv
[lua pre]
git clone https://github.com/openresty/luajit2.git luajit2 # -> make -> makeinstall -> checkinstall
#ARG LUAJIT_INC=/usr/local/include/luajit-2.1
#ARG LUAJIT_LIB=/usr/local/lib
export LUAJIT_INC=/usr/local/include/luajit-2.1
export LUAJIT_LIB=/usr/local/lib
[redis pre]