proxy SSL redirects

Pavel Ivashkov sup6542 at mail.ru
Thu Jan 22 12:55:06 MSK 2009


Hello Igor,

  Thank you, that helped.
  

Thursday, January 22, 2009, 10:00:38 AM, you wrote:

IS> You should either use

IS>              proxy_pass      https://www.paypal.com/;
IS>              proxy_redirect  default;

IS> without upstream block, or

IS>              proxy_pass      https://paypal;
IS>              proxy_redirect  https://www.paypal.com/  /;

IS> as
IS>              proxy_redirect  default;

IS> means in this case

IS>              proxy_redirect  https://paypal   /;

-- 
 pavel                            mailto:sup6542 at mail.ru






More information about the nginx mailing list