Vagrant synced folder issue on windows?

60 views Asked by At

I am using vagrant for development of a HTML5 app. I use Apache2 as web server. After I add some lines to my synced json file, my server serves unknown characteres at the end of the file instead of my changes. Any ideas why this strange behaviour happens?

1

There are 1 answers

0
Finkes On BEST ANSWER

Actually it is an issue with sendfile protocoll when using vagrant with virtualbox: vagrant documentation

The "solution" is to disable sendfile in your webserver.