Merge pull request #1311 from aledbf/enable-aio-threads
Enable nginx async writes
This commit is contained in:
commit
3e5c034908
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