X-LiteSpeed-Cache-Control: no-cache

<IfModule LiteSpeed>
    CacheDisable public /
</IfModule>

<IfModule mod_headers.c>
    Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
    Header set Pragma "no-cache"
    Header set Expires 0
</IfModule>
