expires.conf: remove duplicate .ico cache headers

This commit is contained in:
Aitte 2013-02-24 15:25:59 -05:00 committed by Andy Dawson
parent 9eeccfdd71
commit 1aa44a8c06
1 changed files with 1 additions and 8 deletions

View File

@ -20,14 +20,7 @@ location ~* \.(?:rss|atom)$ {
add_header Cache-Control "public";
}
# Favicon
location ~* \.ico$ {
expires 1w;
access_log off;
add_header Cache-Control "public";
}
# Media: images, video, audio, HTC
# Media: images, icons, video, audio, HTC
location ~* \.(?:jpg|jpeg|gif|png|ico|gz|svg|svgz|mp4|ogg|ogv|webm)$ {
expires 1M;
access_log off;