View Single Post
Old 12-08-2011, 10:52 AM   #1
ISPsystem team
 
Join Date: Dec 2011
Posts: 357
The Wishmaster is on a distinguished road
Default Limit on Nginx connections

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.
The Wishmaster is offline   Reply With Quote