在http 段增加如下内容,用于定义一个记录区。

limit_zone test $binary_remote_addr 10m;

在server 段增加如下内容,将并发限制为200。

limit_conn test 200;