The official NGINX Open Source repository.
Go to file
Vladimir Homutov 8ab1aa612d Stream: access module.
stream {
    server {
        ...
        allow 127.0.0.1;
        deny all;
    }
}
2015-06-04 13:04:12 +03:00
auto Stream: access module. 2015-06-04 13:04:12 +03:00
conf Added the REQUEST_SCHEME parameter. 2015-06-05 22:23:26 +03:00
contrib Contrib: add more directives to vim syntax. 2014-10-22 15:31:19 +02:00
docs Fixed spelling in change logs. 2015-06-01 16:58:07 +03:00
misc Added stream module to win32 builds. 2015-04-27 18:51:18 +03:00
src Stream: access module. 2015-06-04 13:04:12 +03:00
.hgtags release-1.9.1 tag 2015-05-26 16:49:51 +03:00