Created
July 25, 2014 05:43
-
-
Save ytkhs/5e72bac40dc74e348cde to your computer and use it in GitHub Desktop.
VagrantのSync機能でapache経由のファイルが更新されないときの解決法
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
| <Directory /path/to/public_html> | |
| EnableMMAP Off | |
| EnableSendfile Off | |
| </Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment