I am new to nginx
I am using nginx for split a/b testing. i am routing to same url but with different cookies. i need to count number of request came to nginx. ex :
3/10 request i will set cookie "a" 7/10 request i will set cookie "b"
for this i need to keep tack of number of requests.
I tried https://github.com/theromis/ngx_counter_zone . but not able to include this module into nginx.