lighthouse.log

lighthouse.log

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

2018-01-27

現状

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

解決方法

httpd.conf を開く

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

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

EnableMMAP off
EnableSendfile off

Apache 再起動

sudo systemctl restart httpd