PDA

View Full Version : Limit on Nginx connections


The Wishmaster
12-08-2011, 10:52 AM
In the configuration file specify
limit_zone one $binary_remote_addr 10m;

For each server specify:
limit_conn one 5;
limit_conn_log_level error;

where 5 is a value that can be set in a service package if Nginx is installed.