forked from MarseyWorld/MarseyWorld
nginx - use multithreading for serving static files
parent
314880fb1b
commit
f344cdd36f
|
@ -1,5 +1,3 @@
|
|||
include includes/headers;
|
||||
sendfile on;
|
||||
sendfile_max_chunk 1m;
|
||||
tcp_nopush on;
|
||||
directio 4m;
|
||||
aio threads;
|
||||
|
|
Loading…
Reference in New Issue