Broken files when using Virtualbox synced folders and Nginx

In case if you noticed that static files that are served via nginx arrive broken somehow – check if you have the sendfile directive turned off

sendfile off;

since it looks like it currently is broken in Virtualbox

Leave a comment