Enable nginx async writes
This commit is contained in:
parent
a2aa09706f
commit
9ba58c3989
1 changed files with 3 additions and 0 deletions
|
@ -50,7 +50,10 @@ http {
|
|||
{{ end }}
|
||||
|
||||
sendfile on;
|
||||
|
||||
aio threads;
|
||||
aio_write on;
|
||||
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
|
||||
|
|
Loading…
Reference in a new issue