February 2018
Beginner to intermediate
348 pages
9h 40m
English
The mechanism induced by this module is a little more complex than regular ones. It allows you to define the maximum amount of simultaneous connections to the server for a specific zone.
The first step is to define the zone using the limit_conn_zone directive:
The following example defines zones based on the client IP addresses:
limit_conn_zone $binary_remote_addr ...
Read now
Unlock full access