This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add this to your the Magento .htaccess file located in your docroot | |
############################################ | |
## Nginx proxy HTTPS Fix for Magento | |
## Source: https://www.sonassi.com/blog/magento-kb/magento-https-redirect-loop-2 | |
SetEnvIf X-Forwarded-Proto https HTTPS=on |
OlderNewer