Thanks for your reply.
We had in mind to activate aio for a Folder located in htdocs, that includes all the files our customers can download. Would this command do it ?
location /downloads/ {
sendfile on;
aio threads;
}
Also would this command activate aio for all subfolders in this folder ?
Thanks
We had in mind to activate aio for a Folder located in htdocs, that includes all the files our customers can download. Would this command do it ?
location /downloads/ {
sendfile on;
aio threads;
}
Also would this command activate aio for all subfolders in this folder ?
Thanks