I'm using Vagrant to set up a web server Apache2. So, I encountered a problem with cache from Apache:
I created a css file in my "Box Sync Folder Source". It's well updated in "Box Sync Folder Target" but when I refresh the browser no change is effective.
However I found "EnableSendfile Off" and "EnableMMAP Off" in my apache.conf ...
Anybody know how to fix it?