Setting HTTPS on

Robert Leftwich robert at sherman.com.au
Fri Mar 2 15:33:31 MSK 2007


On Fri, 2 Mar 2007 06:49:12 -0500, "Wayne E. Seguin"
<wayneeseguin at gmail.com> said:
> 
> Try proxy_set_header as follows:
> 
> server {
>    ...
>    location / {
>       ...
>       proxy_set_header X-FORWARDED_PROTO https;
>       ...
>    }
> }
> 
> Does this help?

Thanks, but it ends up as 'HTTP_X_FORWARDED_PROTO': 'https', I need
'HTTPS':'on'.

Robert





More information about the nginx mailing list