bugfix: nginx patch: do not build resolver parsing feature under Windows.

bugfix: nginx patch: moved the include of resolv.h to after ngx_config.h to avoid compilation failures on FreeBSD.

bugfix: patch: updated safe_resolver_ipv6_option.patch with new offsets to avoid confusing patch while applying.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
This commit is contained in:
Datong Sun
2018-04-19 17:15:43 -07:00
committed by Yichun Zhang (agentzh)
parent d6c07852e6
commit f0e621b0c4
3 changed files with 28 additions and 17 deletions

View File

@ -88,6 +88,8 @@ path to be used for parsing, for example: `local=/tmp/test.conf`.
When `local=off`, parsing will be disabled (this is the default).
This feature is not available on Windows platforms.
[Back to TOC](#table-of-contents)
Mailing List