On Thu, May 12, 2016 at 11:09:09PM +0200, Dennis Jacobfeuerborn wrote:
> Hi,
> remember that this directive adds a request header and not a response
> header i.e. you will not see this header in the response in the browser
> but only in the request on the backend server that will serve the
> request. There you can copy that information into a response header if
> you want.

If you want it in the response, it's much easier :

      http-response add-header x-foo-server-name %s

Willy


Reply via email to