0.8.33 кэширует пост
SaveFrom.net
savefrom на gmail.com
Ср Фев 24 03:47:05 MSK 2010
nginx 0.8.33 кэширует пост запросы.
конфиг
location = /ssi_inc.php {
#подключается по ssi и кэшируется (основное содержимое страницы)
rewrite ^ /index.php break;
fastcgi_cache index;
fastcgi_cache_min_uses 1;
fastcgi_cache_valid 200 301 302 304 1h;
fastcgi_cache_key
"$request_method|$host$uri$is_args$args|$http_if_modified_since|$http_if_none_match";
fastcgi_hide_header "Set-Cookie";
fastcgi_ignore_headers "Cache-Control" "Expires";
fastcgi_cache_use_stale updating error timeout invalid_header
http_500;
fastcgi_pass php-fpm;
include /etc/nginx/includes/fastcgi.conf;
}
смотрим файл кэша и видим: KEY: POST|savefrom.net/index.php|ru||
смотрим ченджлог и видим:
0.7.48 06.04.2009
Исправление: теперь nginx кэширует только ответы на запросы GET.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20100224/faf5f338/attachment.html>
Подробная информация о списке рассылки nginx-ru