Welcome! Log In Create A New Profile

Advanced

Re: Enabeling SSL causes Redirect Loop errors ???

September 21, 2011 09:04AM
There are two things to be aware of here:
1. fastcgi_param HTTPS on; - add this to your location ~ \.php$ {}.
2. If you use php-fpm chroot set:
fastcgi_param SCRIPT_FILENAME $fastcgi_script_name;
fastcgi_param PATH_TRANSLATED $fastcgi_script_name;
Thats because your document root will be just /, but only if your chroot dir = your actual site dir.
Subject Author Posted

Enabeling SSL causes Redirect Loop errors ???

doughboy September 12, 2011 10:10PM

Re: Enabeling SSL causes Redirect Loop errors ???

Hety September 21, 2011 09:04AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 230
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready