Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: conditionally disable keepalive for specific client IP address

$
0
0
Maybe Lua can do this,

set_by_lua $notused '
ngx.var.keepalive_timeout = ngx.var.kealtime;
';

https://github.com/chaoslawful/lua-nginx-module

Viewing all articles
Browse latest Browse all 4759

Trending Articles