10 lines
238 B
ApacheConf
10 lines
238 B
ApacheConf
<IfModule mod_mime.c>
|
|
AddType application/manifest+json .webmanifest
|
|
</IfModule>
|
|
|
|
<IfModule mod_headers.c>
|
|
<FilesMatch "^(index\.php|manifest\.webmanifest|sw\.js)$">
|
|
Header set Cache-Control "no-cache"
|
|
</FilesMatch>
|
|
</IfModule>
|