Hello! On Thu, May 08, 2014 at 11:49:55PM -0700, M. G. wrote:
> Hi, > > The proxying of GET requests on $args i.e. feedid=293634 goes to server2 > properly. > > But proxying of POST requests on $args i.e. feedid=293634 always goes to > server1 instead of server2. The $args variable is "arguments in the request line", see http://nginx.org/r/$args. It is not expected to contain any data from POST request body. -- Maxim Dounin http://nginx.org/ _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
