Skip to content

Commit 0213111

Browse files
author
surveybuilderadmin
committed
test
1 parent db04b90 commit 0213111

31 files changed

+714
-146
lines changed

WebServerAI/.htaccess

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<filesMatch "\.(html|htm|js|css|json|png|jpg|jpeg)$">
2+
<ifModule mod_headers.c>
3+
Header unset ETag
4+
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
5+
Header set Pragma "no-cache"
6+
</ifModule>
7+
</filesMatch>

0 commit comments

Comments
 (0)