Skip to content

Instantly share code, notes, and snippets.

@maliMirkec
Last active October 23, 2015 13:35
Show Gist options
  • Save maliMirkec/76fd8c3e7bfd88a33a15 to your computer and use it in GitHub Desktop.
Save maliMirkec/76fd8c3e7bfd88a33a15 to your computer and use it in GitHub Desktop.
Turn off sendfile option if you see strange characters in your assets files using vagrant and virtual box
// http://stackoverflow.com/questions/9479117/vagrant-virtualbox-apache2-strange-cache-behaviour
// Apache
EnableSendfile off
// nging
sendfile off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment