mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Stream: access module.
stream {
server {
...
allow 127.0.0.1;
deny all;
}
}
This commit is contained in:
@@ -514,6 +514,11 @@ if [ $STREAM = YES ]; then
|
||||
STREAM_SRCS="$STREAM_SRCS $STREAM_SSL_SRCS"
|
||||
fi
|
||||
|
||||
if [ $STREAM_ACCESS = YES ]; then
|
||||
modules="$modules $STREAM_ACCESS_MODULE"
|
||||
STREAM_SRCS="$STREAM_SRCS $STREAM_ACCESS_SRCS"
|
||||
fi
|
||||
|
||||
if [ $STREAM_UPSTREAM_HASH = YES ]; then
|
||||
modules="$modules $STREAM_UPSTREAM_HASH_MODULE"
|
||||
STREAM_SRCS="$STREAM_SRCS $STREAM_UPSTREAM_HASH_SRCS"
|
||||
|
||||
Reference in New Issue
Block a user