nginx: Is it possible to capture response headers in access log when using nginx as a reverse proxy?

前端 未结 1 935
迷失自我
迷失自我 2021-02-04 12:37

We are using nginx as a reverse proxy to control and log access to a Clojure (Java) web service application.

We are able to generate an access_log and captu

1条回答
  •  失恋的感觉
    2021-02-04 13:36

    $http_x_uuid is header sent by client. Response header send by upstream is $upstream_http_x_uuid

    http://wiki.nginx.org/HttpUpstreamModule#.24upstream_http_.24HEADER

    0 讨论(0)
提交回复
热议问题