only do magic headers for local assets, don't muck with logster's stuff

This commit is contained in:
Sam 2015-08-12 18:48:34 +10:00
parent f62d2bb03c
commit abf269c5df

View file

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