summaryrefslogtreecommitdiffhomepage
path: root/auto/unix
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2017-12-07 17:09:36 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2017-12-07 17:09:36 +0300
commit40f1c48b53707c8e448330a865b48778a3a7ece6 (patch)
treefb80569694aca6a0ad75a84967be6ae7e2d1ac6e /auto/unix
parent6ff1340262fbb13f1b9c71a92b647f0e05555d11 (diff)
downloadnginx-40f1c48b53707c8e448330a865b48778a3a7ece6.tar.gz
nginx-40f1c48b53707c8e448330a865b48778a3a7ece6.tar.bz2
Configure: fixed SO_BINDANY comment.
Diffstat (limited to 'auto/unix')
-rw-r--r--auto/unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/unix b/auto/unix
index 77ea02986..f6f290275 100644
--- a/auto/unix
+++ b/auto/unix
@@ -342,7 +342,7 @@ ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_ACCEPTFILTER, NULL, 0)"
. 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"