The official NGINX Open Source repository.
Go to file
Maxim Dounin d5f1f169bc Core: added NGX_REGEX_MULTILINE for 3rd party modules.
Notably, NAXSI is known to misuse ngx_regex_compile() with rc.options set
to PCRE_CASELESS | PCRE_MULTILINE.  With PCRE2 support, and notably binary
compatibility changes, it is no longer possible to set PCRE[2]_MULTILINE
option without using proper interface.  To facilitate correct usage,
this change adds the NGX_REGEX_MULTILINE option.
2021-12-25 01:07:18 +03:00
auto PCRE2 library support. 2021-12-25 01:07:15 +03:00
conf MIME: added image/avif type. 2021-10-25 20:49:15 +03:00
contrib Contrib: vim syntax, update core and 3rd party module directives. 2021-12-20 20:02:48 +02:00
docs nginx-1.21.4-RELEASE 2021-11-02 17:49:22 +03:00
misc Updated OpenSSL used for win32 builds. 2021-08-31 17:54:54 +03:00
src Core: added NGX_REGEX_MULTILINE for 3rd party modules. 2021-12-25 01:07:18 +03:00
.hgtags release-1.21.4 tag 2021-11-02 17:49:22 +03:00