mirror of
https://github.com/solcloud/Counter-Strike.git
synced 2025-02-23 11:22:32 +01:00
6 lines
168 B
ApacheConf
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>
|