Change default value in comment
This commit is contained in:
parent
35434b3361
commit
7c3a67131c
|
@ -52,7 +52,7 @@ http {
|
||||||
|
|
||||||
# How long to allow each connection to stay idle; longer values are better
|
# How long to allow each connection to stay idle; longer values are better
|
||||||
# for each individual client, particularly for SSL, but means that worker
|
# for each individual client, particularly for SSL, but means that worker
|
||||||
# connections are tied up longer. (Default: 65)
|
# connections are tied up longer. (Default: 75s)
|
||||||
keepalive_timeout 20s;
|
keepalive_timeout 20s;
|
||||||
|
|
||||||
# Speed up file transfers by using sendfile() to copy directly
|
# Speed up file transfers by using sendfile() to copy directly
|
||||||
|
|
Loading…
Reference in New Issue