Fred's Blog
Opensource with life.
Showing posts with label
nginx
.
Show all posts
Showing posts with label
nginx
.
Show all posts
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啦。
Thursday, April 10, 2008
Nginx Module Development
http://www.riceonfire.org/emiller/nginx-modules-guide.html#
More about Nginx:
http://nginx.net/
http://wiki.codemongers.com/
Older Posts
Home
Subscribe to:
Posts (Atom)