"File In Use" error on Windows VirtualBox "File In Use" error on Windows VirtualBox nginx nginx

"File In Use" error on Windows VirtualBox


Just leaving this here for any future readers. I found that the Nginx configurations open_file_cache & sendfile were the culprits, and after turning these off during development, removed the error.

Nginx.conf

open_file_cache off;sendfile off;