Home | History | Annotate | Download | only in conf
      1 <FilesMatch "\.nocache\.(js|html)">
      2     <IfModule mod_headers.c>
      3         Header set Cache-Control "no-cache, must-revalidate"
      4     </IfModule>
      5 </FilesMatch>
      6