]> git.kaiwu.me - nginx.git/commit
Stream: access module.
authorVladimir Homutov <vl@nginx.com>
Thu, 4 Jun 2015 10:04:12 +0000 (13:04 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 4 Jun 2015 10:04:12 +0000 (13:04 +0300)
commit8ab1aa612d06ac4476b1cfacc778ba0b71ee99aa
tree65d0e268b9e6c5979bcb473d4a846120efd3970d
parentd56b84b7834c250ac2f7506517fe076b919841c0
Stream: access module.

stream {
    server {
        ...
        allow 127.0.0.1;
        deny all;
    }
}
auto/modules
auto/options
auto/sources
src/stream/ngx_stream.h
src/stream/ngx_stream_access_module.c [new file with mode: 0644]
src/stream/ngx_stream_handler.c