Hello! On Sun, Sep 16, 2012 at 8:32 PM, kobeng <benw...@gmail.com> wrote: > nginx怎样限制一个虚拟主机的连接数呢? > 可以考虑使用标准的 ngx_limit_conn 模块: http://wiki.nginx.org/HttpLimitConnModule 结合使用标准 Nginx 变量 $server_name 作为 key. Best regards, -agentzh