On Sun, Nov 08, 2009 at 09:19:53AM -0800, Zed A. Shaw wrote: > Hey, > > I updated to the latest fossil and now my fossil server does an > incorrect redirect: > > http://support.fretwar.com/ > > becomes: > > > http://support.fretwar.com/.fretwar.com/home
It looks like fossil doesn't get the X-Forwarded-For header when it's in CGI mode. I had to do the proxying different so that Host is set and nginx doesn't use an upstream. All fixed now, but it'd be nice if fossil understood that header. -- Zed A. Shaw http://zedshaw.com/ _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

