Hello,
We're using nginx as a reverse proxy and we need to disable client keepalive for some specific client IP address.
I know that it can be done like this with apache:
SetEnvIf Remote_Addr "^10\.114\.18\." nokeepalive
but i have not found how to do that with nginx.
Thanks for helping.
Cyrille
We're using nginx as a reverse proxy and we need to disable client keepalive for some specific client IP address.
I know that it can be done like this with apache:
SetEnvIf Remote_Addr "^10\.114\.18\." nokeepalive
but i have not found how to do that with nginx.
Thanks for helping.
Cyrille