Answer the question
In order to leave comments, you need to log in
nginx. HTTP2. How to change keepalive_timeout?
Hello.
nginx/1.16.1
Remove keepalive_timeout from nginx.conf.
In the host config I put
server {
listen 443 ssl http2;
...
keepalive_timeout 10s;
keepalive_requests 3;
Answer the question
In order to leave comments, you need to log in
Everything is in the dock
Syntax: http2_idle_timeout time;
Default:
http2_idle_timeout 3m;
Context: http, server
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question