You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
321 B
14 lines
321 B
|
|
# BEGIN WebP Converter
|
|
# ! --- DO NOT EDIT PREVIOUS LINE --- !
|
|
<IfModule mod_expires.c>
|
|
ExpiresActive On
|
|
ExpiresByType image/webp "access plus 1 year"
|
|
</IfModule>
|
|
<IfModule mod_headers.c>
|
|
Header always set Cache-Control "private"
|
|
</IfModule>
|
|
# ! --- DO NOT EDIT NEXT LINE --- !
|
|
# END WebP Converter
|
|
|
|
|