Nginx + memcached + rails + facebook

As the title says I try to setup a facebook app, with rails (mongrel) as
app.server, nginx as reverse proxy and memcached as the place to store
the rails pagecache stuff. So far I could not figure out a working nginx
config.
I tried it with this article:
http://brainspl.at/articles/2007/11/26/serving-rails-page-caches-to-a-facebook-post-request-with-nginx
and hacked a bit by myself but nothing really worked. Would be great if
anybody would have a working configuration.

Regards,
Sascha

Sa Fa wrote:

As the title says I try to setup a facebook app, with rails (mongrel) as
app.server, nginx as reverse proxy and memcached as the place to store
the rails pagecache stuff. So far I could not figure out a working nginx
config.
I tried it with this article:
http://brainspl.at/articles/2007/11/26/serving-rails-page-caches-to-a-facebook-post-request-with-nginx
and hacked a bit by myself but nothing really worked. Would be great if
anybody would have a working configuration.

Regards,
Sascha

Did you figure it out?

Thanks!