nginx - use multithreading for serving static files

pull/138/head
Aevann 3 months ago
parent 314880fb1b
commit f344cdd36f
  1. 4
      nginx-serve-static.conf

@ -1,5 +1,3 @@
include includes/headers;
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
directio 4m;
aio threads;

Loading…
Cancel
Save