Enable nginx async writes

This commit is contained in:
Manuel de Brito Fontes 2017-09-07 13:40:10 -03:00
parent a2aa09706f
commit 9ba58c3989

View file

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