On Mon, Aug 10, 2015 at 11:24:00PM -0700, Igal @ Lucee.org wrote:

Hi there,

> I want to pass the following header to the backend server:   
> 
>     name: X-Original-URL
>     value: $scheme://$host$request_uri
> 
> but the concatenation of the values for the value above do not seem to work.

Why do you think it does not work?

> how can I do that?

  proxy_set_header X-Original-URL $scheme://$host$request_uri;

works for me.

        f
-- 
Francis Daly        [email protected]

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to