Fred's Blog
Opensource with life.
Wednesday, December 22, 2010
Nginx上ETag支持
[cc lang="text"]
location ~* ^.+.(gif|jpg|css|js|png)$ {
root /var/web/static;
FileETag on;
etag_format \"%X%X\";
add_header Cache-Control max-age=0;
}
[/cc]
这样就可以返回304啦。
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment