Можно ли поймать удачный возврат от memcached?
т.е. типа
location /fоо/ {
set $memcached_key "$arg_x";
memcached_pass localhost:6363;
error_page 404 500 502 504 = @foo_backend;
error_page 200 = @memcached_success;
# или
if ($upstream_status = 200) {
...
}
}
Спасибо
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru