I encounter the same problem yesterday.
Here is my fix in nginx.conf
31 if ($request_method = POST) {
32 upload_pass @test;
33 break;
34 }
The default nginx serer, only accept GET request. We need to push it to
accept POST.
Yanxin
--
Posted via http://www.ruby-forum.com/.