fastcgi_cache
showmelove
nginx-forum на nginx.us
Вт Июл 5 12:04:19 UTC 2011
Здравствуйте, у меня одна проблема с
fastcgi_cache ...
location ~ \.php$ {
root /var/www/html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME
/var/www/html$fastcgi_script_name;
include fastcgi_params;
fastcgi_pass_header Set-Cookie;
fastcgi_ignore_headers Cache-Control Expires
Set-Cookie;
fastcgi_cache_key
"$server_addr:$server_port$request_uri|$cookie_phpsessid";
fastcgi_cache fastcgi_cache;
fastcgi_temp_path /tmp/widework/temp 1 2;
fastcgi_cache_use_stale updating error timeout
invalid_header http_500;
fastcgi_cache_valid 10s;
fastcgi_cache_bypass $cookie_nocache;
fastcgi_no_cache $cookie_nocache;
}
В данном случае, если у человека есть
кука nocashe он не должен не отдавать кеш,
не сохранять кеш, но все равно это
делает, подскажите пожалуйста почему ?
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,211964,211964#msg-211964
Подробная информация о списке рассылки nginx-ru