Syntax: | keepalive_requests |
---|---|
Default: | keepalive_requests 100; |
Context: | http , server , location |
This directive appeared in version 0.8.0.
Sets the maximum number of requests that can be served through one keep-alive connection. After the maximum number of requests are made, the connection is closed.
Please login to continue.