On Fri, Feb 10, 2017 at 10:38:36AM +0000, Mark McDonnell via nginx wrote:

Hi there,

> I know the $status variable shows you the upstream/origin's HTTP protocol
> (e.g. HTTP/1.1 200) but is there a way to view the protocol the client made
> the request with?

http://nginx.org/r/$server_protocol

or if you want the whole request:

http://nginx.org/r/$request

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to