Welcome! Log In Create A New Profile

Advanced

Re: Need example of nginx.conf for Tomcat 6 (running Alfresco)

Ryan Malayter
May 05, 2010 08:48AM
On Tue, May 4, 2010 at 11:46 PM, Stefan Scott <lists@ruby-forum.com> wrote:
> Hi -
>
> I have recently installed Alfresco on my server, using Tomcat (no
> Apache), and I'm able to access Alfresco as follows WITHOUT using nginx:

Try commenting out "proxy_redirect off;" which would leave you with
the implicit behavior "prxoy_redirect default;". We have tomcat-based
applications (not Alfresco) that use the full URL including host name
for generating redirects at login instead of relative redirects. So
you need to pass in the full host name (which you're doing correctly
with "proxy_set_header Host $host;"), but the back-end also does
redirects for setting cookies. Not sure if this applies to Alfresco,
but it is worth a try.

A tool like Fiddler might also help you see what's going on.

--
RPM

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Need example of nginx.conf for Tomcat 6 (running Alfresco)

Stefan Scott May 05, 2010 12:54AM

Re: Need example of nginx.conf for Tomcat 6 (running Alfresco)

Ryan Malayter May 05, 2010 08:48AM

Re: Need example of nginx.conf for Tomcat 6 (running Alfresco)

Stefan Scott May 14, 2010 01:56AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 131
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