How do I let nginx close the tcp connection instantly after the request is fulfilled?
I just found the solution:
location /ip/ {
keepalive_timeout 0;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With