roles/nginx: keepalive_timeout is in seconds
See: http://nginx.org/en/docs/http/ngx_http_core_module.html#keepalive_timeout Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
b9a9d415f1
commit
926cdf58cf
@ -26,7 +26,7 @@ http {
|
||||
sendfile on;
|
||||
#tcp_nopush on;
|
||||
|
||||
keepalive_timeout 65;
|
||||
keepalive_timeout 65s;
|
||||
|
||||
gzip on;
|
||||
gzip_vary on;
|
||||
|
Loading…
Reference in New Issue
Block a user