diff options
| author | Vladimir Homutov <vl@nginx.com> | 2016-06-30 16:12:50 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2016-06-30 16:12:50 +0300 |
| commit | bb790f5d30025b634673fcb9939ded5b0c60301f (patch) | |
| tree | 7cd8b249700bf0654ac51972b7484795832a01e3 /auto/options | |
| parent | 4cf0e2848372b7566f49a9cb4b8dcf9dbad43597 (diff) | |
| download | nginx-bb790f5d30025b634673fcb9939ded5b0c60301f.tar.gz nginx-bb790f5d30025b634673fcb9939ded5b0c60301f.tar.bz2 | |
Stream: geo module.
Diffstat (limited to 'auto/options')
| -rw-r--r-- | auto/options | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/options b/auto/options index 6544ba69a..ed172ba14 100644 --- a/auto/options +++ b/auto/options @@ -117,6 +117,7 @@ STREAM=NO STREAM_SSL=NO STREAM_LIMIT_CONN=YES STREAM_ACCESS=YES +STREAM_GEO=YES STREAM_GEOIP=NO STREAM_MAP=YES STREAM_RETURN=YES @@ -300,6 +301,7 @@ use the \"--with-mail_ssl_module\" option instead" --without-stream_limit_conn_module) STREAM_LIMIT_CONN=NO ;; --without-stream_access_module) STREAM_ACCESS=NO ;; + --without-stream_geo_module) STREAM_GEO=NO ;; --without-stream_map_module) STREAM_MAP=NO ;; --without-stream_return_module) STREAM_RETURN=NO ;; --without-stream_upstream_hash_module) @@ -502,6 +504,7 @@ cat << END --with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module --without-stream_limit_conn_module disable ngx_stream_limit_conn_module --without-stream_access_module disable ngx_stream_access_module + --without-stream_geo_module disable ngx_stream_geo_module --without-stream_map_module disable ngx_stream_map_module --without-stream_return_module disable ngx_stream_return_module --without-stream_upstream_hash_module |
