> > I did find one issue with the proxying - if I used anything other than > "/" as the proxy path, anything addressed in tracks other than the > frontpage wouldn't load (including images, and all tasks, projects, > etc). This meant that I have to bind it to a weird port (81 here), > since > I use 443 to provide the "normal" https services on this box. > [zap] > > Ideally I'd use: > > ProxyPass /tracks http://127.0.0.1:3000/ > ProxyPassReverse /tracks http://127.0.0.1:3000/ >
You need to tell tracks that it's running in a subdir or all url's that are generated by tracks are wrong. In RC2 this is quite easy, just uncomment the subdir entry in site.yml Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
