Relative links in trac
Norbert Klamann
Norbert.Klamann at projecthome.de
Sun Apr 27 16:32:05 MSD 2008
I am late to the party, but ...
trac proxying works for me with a construction like this
location /trac/ {
proxy_pass http://iwww:9999/trac/;
proxy_redirect http://iwww:9999/trac/ /trac/ ;
}
I have some trouble with the first loading of a trac site (it doesn't show css
and the like, but later calls to the adress work fine and I consider this nearly
a success.
At the moment the trac site sits behind apache but i plan to remove this layer
HTH
Norbert
More information about the nginx
mailing list