details: http://hg.nginx.org/nginx/rev/d3235149d17f branches: changeset: 7171:d3235149d17f user: Maxim Dounin <[email protected]> date: Thu Dec 07 17:09:36 2017 +0300 description: Configure: fixed SO_BINDANY comment.
diffstat: auto/unix | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/auto/unix b/auto/unix --- a/auto/unix +++ b/auto/unix @@ -342,7 +342,7 @@ ngx_feature_test="setsockopt(0, SOL_SOCK . auto/feature -# NetBSD bind to any address for transparent proxying +# OpenBSD bind to any address for transparent proxying ngx_feature="SO_BINDANY" ngx_feature_name="NGX_HAVE_TRANSPARENT_PROXY" _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
