Counter-Strike/www/.htaccess
Daniel Maixner c46b72ef36 initial
2022-09-11 14:11:27 +02:00

6 lines
168 B
ApacheConf

<filesMatch "\.(js|html|css|json)$">
Header set Cache "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</filesMatch>