Files
chat_grid/deploy/apache/chgrid-public-htaccess

11 lines
316 B
Plaintext
Raw Permalink Normal View History

# Chat Grid publish-dir cache policy.
# Applied to /chgrid/.htaccess by deploy_client.sh.
<IfModule mod_headers.c>
<FilesMatch "^(index\.html|version\.js)$">
Header set Cache-Control "no-store, no-cache, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "0"
</FilesMatch>
</IfModule>