The official NGINX Open Source repository.
Go to file
Vladimir Homutov 14ff3d4f87 Stream: connection limiting module.
stream {
    limit_conn_zone $binary_remote_addr zone=perip:1m;
    limit_conn_log_level error;

    server {
        ...
        limit_conn perip 1;
    }
}
2015-06-18 14:17:30 +03:00
auto Stream: connection limiting module. 2015-06-18 14:17:30 +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 nginx-1.9.2-RELEASE 2015-06-16 17:49:39 +03:00
misc Updated OpenSSL used for win32 builds. 2015-06-15 20:20:12 +03:00
src Stream: connection limiting module. 2015-06-18 14:17:30 +03:00
.hgtags release-1.9.2 tag 2015-06-16 17:49:40 +03:00