Nginx Module Reference manual: Split Clients module (split Clients)

Source: Internet
Author: User
Keywords Nginx clients clients Module
Tags based client clients clients module compiled configure connections cookies

These modules are all compiled into Nginx by default unless a module is manually specified to be excluded in configure.

Ngx-http-split-clients modules separate client connections based on specific conditions (e.g. IP address, request headers, cookies, etc.)
Sample configuration:

HTTP {split-clients "${remote-addr}aaa" $variant {0.5%. one; 2.0%. nonblank;-"";} server {location/{index index${variant}.html;

You can use the $cookie-... To detach the request as a source, the source string is hashed using CRC32 and the hash percentage is the value of the source.

Instructions

Split-clients

Syntax: Split-clients $variable {...}
Default value: None
Working with Fields: HTTP

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.