[rt-users] RT 3.8.11 with nginx+SSL

Thomas Sibley trs at bestpractical.com
Fri Mar 2 10:41:42 EST 2012


On 03/02/2012 10:30 AM, ktm at rice.edu wrote:
> I am using the same one as the Apache+modper2+SSL instance and just
> starting the mason_handler.fcgi with nginx.

Er, that's not going to work sometimes because you're running on
different ports under nginx.  RT will try to use the host and port it's
being accessed at, but it can't always get it right.  This may help fix
it without using a separate config:

    fastcgi_param HTTPS on;

Add that to your other fastcgi_param lines.



More information about the rt-users mailing list