Skip to content

Commit

Permalink
update inc/nginx_configure.inc lua nginx fallback openssl update
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Aug 14, 2017
1 parent 654ce79 commit 68c79ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/nginx_configure.inc
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,8 @@ if [[ "$CENTOS_SEVEN" = '7' || "$CENTOS_SIX" = '6' ]]; then
luanginx_patch
# lua nginx 0.10.7 and lower not compatible with openssl 1.1.x branch
# so fall back to 1.0.2 branch if lua nginx module is enabled
OPENSSL_VERSION="$OPENSSL_VERSIONFALLBACK"
OPENSSL_VERSION="$OPENSSL_VERSIONFALLBACK"
export OPENSSL_VERSION="$OPENSSL_VERSIONFALLBACK"
NGX_LUANGINXDIR=$(tar -tzf "$DIR_TMP/${NGX_LUANGINXLINKFILE}" | head -1 | cut -f1 -d"/")
if [[ "$NGX_LUAUPSTREAM" = [yY] ]]; then
NGX_LUAUPSTREAMDIR=$(tar -tzf "$DIR_TMP/${NGX_LUAUPSTREAMLINKFILE}" | head -1 | cut -f1 -d"/")
Expand Down

0 comments on commit 68c79ca

Please sign in to comment.