Last active
October 23, 2015 13:35
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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