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:
Alan Orth 2016-03-12 19:02:57 +02:00
parent b9a9d415f1
commit 926cdf58cf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ http {
sendfile on;
#tcp_nopush on;
keepalive_timeout 65;
keepalive_timeout 65s;
gzip on;
gzip_vary on;