Merge pull request #3006 from ElvinEfendi/nginx-patch-for-cert-by-lua

apply nginx patch to make ssl_certificate_by_lua_block work properly
This commit is contained in:
k8s-ci-robot 2018-08-29 05:15:40 -07:00 committed by GitHub
commit 91eecdebd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 1 deletions

View file

@ -421,6 +421,9 @@ Include /etc/nginx/owasp-modsecurity-crs/rules/RESPONSE-999-EXCLUSION-RULES-AFTE
# build nginx
cd "$BUILD_PATH/nginx-$NGINX_VERSION"
# apply Nginx patches
patch -p1 < /patches/openresty-ssl_cert_cb_yield.patch
WITH_FLAGS="--with-debug \
--with-compat \
--with-pcre-jit \