Enable HPACK nginx module and aio
This commit is contained in:
@ -17,6 +17,8 @@ http {
|
||||
##
|
||||
|
||||
sendfile on;
|
||||
aio threads;
|
||||
aio_write on;
|
||||
tcp_nopush on;
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
|
Reference in New Issue
Block a user