[rt-users] RT 3.8.11 with nginx+SSL
Thomas Sibley
trs at bestpractical.com
Fri Mar 2 10:27:19 EST 2012
On 03/02/2012 10:15 AM, ktm at rice.edu wrote:
>> You probably want something like:
>>
>> Set($WebDomain, 'rt2.rice.edu');
>> Set($WebPort, 8443);
>> Set($WebBaseURL, 'https://rt2.rice.edu:8443');
>>
>> Alternatively, you could be slightly more clever:
>>
>> Set($WebBaseURL,
>> sprintf('https://%s:%d',
>> map { RT->Config->Get("Web$_") } qw(Domain Port)));
>
> I am trying to get the nginx+fastcgi+SSL on a non-standard port running
> at the same time as the currently installed Apache+mod_perl2+SSL on the
> standard ports (80, 443). I used the WebBaseURL above and the Apache
> instance works but the nginx still has the http problem.
Just so we're on the same page, what's your RT_SiteConfig.pm for the
nginx RT?
More information about the rt-users
mailing list