5 lines
No EOL
165 B
ApacheConf
5 lines
No EOL
165 B
ApacheConf
<IfModule mod_headers.c>
|
|
Header set Cache-Control "no-cache, no-store, must-revalidate"
|
|
Header set Pragma "no-cache"
|
|
Header set Expires 0
|
|
</IfModule> |