Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created July 25, 2014 05:43
Show Gist options
  • Select an option

  • Save ytkhs/5e72bac40dc74e348cde to your computer and use it in GitHub Desktop.

Select an option

Save ytkhs/5e72bac40dc74e348cde to your computer and use it in GitHub Desktop.
VagrantのSync機能でapache経由のファイルが更新されないときの解決法
<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