6 lines
225 B
ApacheConf
Executable File
6 lines
225 B
ApacheConf
Executable File
<FilesMatch "\.(jpg|jpeg|png|gif|ico|css)$">
|
|
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"
|
|
</FilesMatch>
|