allwinner_a64/android/external/autotest/apache/conf/gwt-directives
2018-08-08 16:14:42 +08:00

5 lines
156 B
Text

<FilesMatch "\.nocache\.(js|html)">
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, must-revalidate"
</IfModule>
</FilesMatch>