Merge pull request #1311 from aledbf/enable-aio-threads

Enable nginx async writes
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-09-07 09:45:13 -07:00 committed by GitHub
commit 3e5c034908

View file

@ -50,7 +50,10 @@ http {
{{ end }}
sendfile on;
aio threads;
aio_write on;
tcp_nopush on;
tcp_nodelay on;