multiple https proxy_pass to diffrent apache server
Valentin V. Bartenev
ne at vbart.ru
Sat Jan 14 17:58:03 UTC 2012
On Saturday 14 January 2012 20:41:21 Valentin V. Bartenev wrote:
> On Saturday 14 January 2012 20:33:45 Valentin V. Bartenev wrote:
> [...]
>
> > location / {
> >
> > proxy_pass https://$backend/;
> >
> > }
>
> Oops, correct:
>
> proxy_pass https://$backend$uri;
>
And, probably, you didn't want proxy pass HTTPS to upstream:
proxy_pass http://$backend$uri;
I also expected that you have multi-domain certificate.
wbr, Valentin V. Bartenev
More information about the nginx
mailing list