i am trying to put nginx as a application server for magento with varnish being on top and pound as ssl termination , problem is the whole setup result to nasty redirect loop. using apache and adding "SetEnvIf X-Forwarded-Proto https HTTPS=on" in .htacess save the day . still need to run it on nginx, can some one please provide the solution for the same .
-
Possible duplicate of Magento wrongly redirects https!MagenX– MagenX2016-07-25 14:14:26 +00:00Commented Jul 25, 2016 at 14:14
-
wiki.deimos.fr/…MagenX– MagenX2016-07-25 14:16:53 +00:00Commented Jul 25, 2016 at 14:16
-
Welcome to Magento SE. Please share more information about your current setup. "save the day" sound like you managed to solve the problem. So what exactly is your configuration right now and how does the system misbehave?Fabian Schmengler– Fabian Schmengler2016-07-25 14:44:09 +00:00Commented Jul 25, 2016 at 14:44
Add a comment
|