ucan-lab / tips

5 stars 0 forks source link

VagrantやVirtualBoxの共有フォルダ機能で静的ファイルの更新反映 #46

Open ucan-lab opened 6 years ago

ucan-lab commented 6 years ago

apacheの場合

httpd.conf

EnableSendfile off

設定ファイルに追記する。

nginxの場合

nginx.conf

sendfile off;

Webサーバーを再起動して反映する。

ucan-lab commented 6 years ago

参考: https://qiita.com/shoyan/items/12389d5beaa8695b1a53