Hello!

On Tue, Jan 28, 2014 at 09:08:30AM +0000, Matthias Richter wrote:

> I was able to sort it out. My config was missing proxy_http_version 1.1; .

The HTTP/1.1 isn't required for nginx to proxy POST and other 
methods.  On the other hand, it's likely that your backend 
requires HTTP/1.1 to handle non-GET requests for some reason, and 
with "proxy_http_version 1.1" your backend is now happy.

-- 
Maxim Dounin
http://nginx.org/

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to