nginx/auto
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
..
cc Configure: added gcc5 to the list of known GCC versions. 2015-06-10 19:18:20 +03:00
lib Configure: search OpenSSL in a bunch of standard places. 2015-06-10 12:25:45 +03:00
os Configure: GNU Hurd properly recognized. 2015-05-25 17:58:13 +03:00
types Configure: fixed type max value detection. 2015-03-18 02:04:39 +03:00
configure Configure: create missing intermediates for build directory. 2015-06-10 19:18:19 -07:00
define Copyright updated. 2012-01-18 15:07:43 +00:00
endianness Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
feature Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
have Copyright updated. 2012-01-18 15:07:43 +00:00
have_headers Copyright updated. 2012-01-18 15:07:43 +00:00
headers Copyright updated. 2012-01-18 15:07:43 +00:00
include Configure: fixed autotest cleanup commands. 2013-07-31 18:16:40 +04:00
init Copyright updated. 2012-01-18 15:07:43 +00:00
install Configure: moved NGX_SBIN_PATH variable initialization. 2015-06-10 12:25:31 +03:00
make Fixed misspellings of the word "dependencies". 2015-06-03 08:23:35 +03:00
modules Stream: connection limiting module. 2015-06-18 14:17:30 +03:00
nohave Copyright updated. 2012-01-18 15:07:43 +00:00
options Stream: connection limiting module. 2015-06-18 14:17:30 +03:00
sources Stream: connection limiting module. 2015-06-18 14:17:30 +03:00
stubs Copyright updated. 2012-01-18 15:07:43 +00:00
summary Thread pools implementation. 2015-03-14 17:37:07 +03:00
threads Thread pools implementation. 2015-03-14 17:37:07 +03:00
unix Configure: fix tests with multi-level relative build directory. 2015-06-17 14:15:27 +03:00