itpp2012 Wrote: ------------------------------------------------------- > No because one user (web browser) can easily open 20 or more > simultaneous connections to get a better web response. > A bot might be less prone to do the same but most connect at about 5 > simultaneous connections.
The limit_req will only be used for requests to dynamic pages, so there should only be one connection per user at a time. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,263891,263907#msg-263907 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
