Allow CORS on .ico files. Should help with Favcount.js

This commit is contained in:
Robin Ward 2014-01-23 10:40:58 -05:00
parent f59c223210
commit 97dd560d84

View file

@ -45,7 +45,7 @@ server {
location / { location / {
root $public; root $public;
location ~* \.(eot|ttf|woff)$ { location ~* \.(eot|ttf|woff|ico)$ {
add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Origin *;
expires 1y; expires 1y;
add_header Cache-Control public; add_header Cache-Control public;