I have the following code in htaccess, and I can see priv folder under lscache, but when I view the headers, it shows X-Litespeed-Cache: miss
Is this expected behaviour?
<IfModule LiteSpeed>
RewriteRule .* - [E=Cache-Control:max-age=20]
RewriteRule .* - [E=Cache-Control
rivate]
</IfModule>