Enable HPACK nginx module and aio

This commit is contained in:
Daniel Winzen
2019-11-01 20:19:44 +01:00
parent 2bb94cf623
commit f857083765
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ http {
##
sendfile on;
aio threads;
aio_write on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;