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:
commit
91eecdebd2
3 changed files with 46 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue