是去 /etc/apache2/apache2.conf
還是自己設定的 conf 檔呢
/etc/apache2/sites-available/000-default.conf
我有在 000-default.conf 添加
<filesMatch "\.(php|css|flv|gif|htm|html|ico|jpe|jpeg|jpg|js|png|pdf|txt)$">
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</ifModule>
</filesMatch>
但還是有cache。。