From 2ce791f2cddff967fd3bcbbedcd4ea283a9c77e1 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Wed, 20 Jan 2016 19:52:12 +0300 Subject: Stream: UDP proxy. --- auto/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto/options') diff --git a/auto/options b/auto/options index 8ac6aa437..ac8beb19b 100644 --- a/auto/options +++ b/auto/options @@ -479,8 +479,8 @@ cat << END --without-mail_imap_module disable ngx_mail_imap_module --without-mail_smtp_module disable ngx_mail_smtp_module - --with-stream enable TCP proxy module - --with-stream=dynamic enable dynamic TCP proxy module + --with-stream enable TCP/UDP proxy module + --with-stream=dynamic enable dynamic TCP/UDP proxy module --with-stream_ssl_module enable ngx_stream_ssl_module --without-stream_limit_conn_module disable ngx_stream_limit_conn_module --without-stream_access_module disable ngx_stream_access_module -- cgit