View the client's HTTP protocol?
Francis Daly
francis at daoine.org
Fri Feb 10 10:54:30 UTC 2017
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 francis at daoine.org
More information about the nginx
mailing list