File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -698,6 +698,7 @@ hello world: HTTP/2.0
698698--- no_error_log
699699[error]
700700[crit]
701+ --- skip_nginx: 4: < 1.29.4
701702
702703
703704
@@ -736,3 +737,4 @@ qr/502 Bad Gateway/
736737[error]
737738--- error_log eval
738739qr/SSL_do_handshake.*(?:no application protocol|NO_APPLICATION_PROTOCOL).*SSL alert number 120\) while SSL handshaking to upstream/
740+ --- skip_nginx: 4: < 1.29.4
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ time ngx-build $force $version \
3737 --with-http_ssl_module \
3838 --add-module=$root /../ndk-nginx-module \
3939 --add-module=$root /../set-misc-nginx-module \
40- --with-ld-opt=" -L$PCRE2_LIB -L$OPENSSL_LIB -Wl,-rpath,$PCRE2_LIB :$LIBDRIZZLE_LIB :$OPENSSL_LIB " \
40+ --with-ld-opt=" -L$PCRE2_LIB -L$OPENSSL_LIB -L $LUAJIT_LIB - Wl,-rpath,$PCRE2_LIB :$LIBDRIZZLE_LIB :$OPENSSL_LIB : $LUAJIT_LIB " \
4141 --without-mail_pop3_module \
4242 --without-mail_imap_module \
4343 --with-http_image_filter_module \
You can’t perform that action at this time.
0 commit comments