Enable nginx async writes

This commit is contained in:
Manuel de Brito Fontes 2017-09-07 13:40:10 -03:00
parent 7434c50cdb
commit 5050307ea9

View file

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