expires.conf: add missing .htc file type

This commit is contained in:
Aitte 2013-02-24 15:36:47 -05:00 committed by Andy Dawson
parent 5fb4bca4b4
commit adb6c7d926
1 changed files with 1 additions and 1 deletions

View File

@ -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";