Closed Perlover closed 13 years ago
I've already implemented Content-Type response header caching (and status line caching) in the git devel branch. I'll implement caching of other response headers pretty soon ;)
I've already implemented general response header caching and added new directives srcache_store_hide_header and srcache_store_pass_header to control which headers to cache and which not. Unlike what is specified in RFC 2616, Set-Cookie is hidden from srcache_store by default, because it is the common setting.
Thank you very much! :-) After holidays I will test your branch. Thank you for very useful module! 01.10.2011 21:19 пользователь "agentzh (章亦春)" < reply@reply.github.com> написал:
I've already implemented general response header caching and added new directives srcache_store_hide_header and srcache_store_pass_header to control which headers to cache and which not. Unlike what is specified in RFC 2616, Set-Cookie is hidden from srcache_store by default, because it is the common setting.
Reply to this email directly or view it on GitHub:
https://github.com/agentzh/srcache-nginx-module/pull/10#issuecomment-2258430
Sorry that i an here again My English was is not clean as i think I corrected Caveats about mime types (i meant another) I think there more right my English text about mimes (it works at me - i don't have a default_type for all files (.js, .css, .jpg, .png) but hits from cache have an appropriate types :-) )