ブログ移転しました!

https://lighthouse-dev.github.io/

Vagrantの共有フォルダをapacheの公開ディレクトリにしていると更新が反映されない問題

解決方法

httpd.confを開く

sudo vim /etc/httpd/conf/httpd.conf

以下を検索して、修正する

EnableMMAP off

EnableSendfile off

Apache再起動

sudo systemctl restart httpd