Counter-Strike/www/.htaccess

6 lines
168 B
ApacheConf
Raw Normal View History

2022-08-13 12:40:42 +02:00
<filesMatch "\.(js|html|css|json)$">
Header set Cache "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</filesMatch>