Router: matching regular expressions support.
This commit is contained in:
10
auto/options
10
auto/options
@@ -16,8 +16,11 @@ NXT_DEBUG=NO
|
||||
NXT_INET6=YES
|
||||
NXT_UNIX_DOMAIN=YES
|
||||
|
||||
NXT_REGEX=NO
|
||||
NXT_PCRE=NO
|
||||
NXT_PCRE_CFLAGS=
|
||||
NXT_PCRE_LIB=
|
||||
|
||||
NXT_REGEX=YES
|
||||
NXT_TRY_PCRE2=YES
|
||||
|
||||
NXT_TLS=NO
|
||||
NXT_OPENSSL=NO
|
||||
@@ -73,7 +76,8 @@ do
|
||||
--no-ipv6) NXT_INET6=NO ;;
|
||||
--no-unix-sockets) NXT_UNIX_DOMAIN=NO ;;
|
||||
|
||||
--pcre) NXT_PCRE=YES ;;
|
||||
--no-regex) NXT_REGEX=NO ;;
|
||||
--no-pcre2) NXT_TRY_PCRE2=NO ;;
|
||||
|
||||
--openssl) NXT_OPENSSL=YES ;;
|
||||
--gnutls) NXT_GNUTLS=YES ;;
|
||||
|
||||
Reference in New Issue
Block a user