Last active
June 7, 2018 16:09
-
-
Save jaywilliams/6caae77d65ca69776a47 to your computer and use it in GitHub Desktop.
Revisions
-
jaywilliams revised this gist
Dec 16, 2015 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ # 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 -
jaywilliams created this gist
Dec 16, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ############################################ ## Nginx proxy HTTPS Fix for Magento SetEnvIf X-Forwarded-Proto https HTTPS=on