AW: nginx seems to proxy only http GET

Maxim Dounin mdounin at mdounin.ru
Tue Jan 28 11:16:53 UTC 2014


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/



More information about the nginx mailing list