nginx - use multithreading for serving static files

pull/139/head
Aevann 2023-03-12 19:51:15 +02:00
parent 314880fb1b
commit f344cdd36f
1 changed files with 1 additions and 3 deletions

View File

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