node.js - DELETE request pending for a long time then fails -
i playing nodejs/expressjs/angularjs mondgodb on ubuntu 12.04. going through example. when tested locally, deleting wine worked fine. after deploying ubuntu 12.04 box, delete request failed. using nginx proxy , running nodejs on port 3000.
i tried stop nginx , running directly on nodejs on different port. didn't help; proves me problem has nothing nginx.
but using curl able delete item. e.g. curl -i -x delete http://localhost:3000/wines/5069b47aa892630aae000007.
so missing in middle-tier(expressjs)? here sandbox.
Comments
Post a Comment