Здравствуйте, Anton!
Tuesday, July 24, 2007, 4:03:36 PM, you wrote:
AN> стОит ли ждать proxy_store с хранением данных в мемкэше?
зачем ждать? такой модуль уже есть:
server {
location / {
set $memcached_key "$uri?$args";
memcached_pass host:11211;
error_page 404 = /fallback;
}
location = /fallback {
proxy_pass ;
}
}
--
Best regards,
Gena mailto:makhomed@xxxxxxxxxxxxxx