ngx_http_split_clients_module
示例配置
http {
split_clients "${remote_addr}AAA" $variant {
0.5% .one;
2.0% .two;
* "";
}
server {
location / {
index index${variant}.html;指令
split_clients
原文档
最后更新于