expires.conf: add missing .htc file type
This commit is contained in:
parent
5fb4bca4b4
commit
adb6c7d926
|
@ -21,7 +21,7 @@ location ~* \.(?:rss|atom)$ {
|
|||
}
|
||||
|
||||
# Media: images, icons, video, audio, HTC
|
||||
location ~* \.(?:jpg|jpeg|gif|png|ico|gz|svg|svgz|mp4|ogg|ogv|webm)$ {
|
||||
location ~* \.(?:jpg|jpeg|gif|png|ico|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ {
|
||||
expires 1M;
|
||||
access_log off;
|
||||
add_header Cache-Control "public";
|
||||
|
|
Loading…
Reference in New Issue