Access trac by domain.tld/trac instead of domain.tld/

Hi,

I use nginx + gunicorn (under Debian squeeze) to run trac.

It is working very well when I access it by http://domain.tld/; my
problem is I also have other servers, but only one domain (dyndns)
without (free) subdomains; so, I’d like to access trac as said in the
subject.

I found how to rewrite eg: domain.tld/wiki to domain.tld/trac/wiki, but
trac answers it is not one of its pages (not found).

How could I achieve what I want?

Jiff

Posted at Nginx Forum:

Are you running tracd ?

On 07/07/2011 18:02, Jiff wrote:

trac answers it is not one of its pages (not found).
[email protected]
nginx Info Page


Antoine Nguyen
Modoboa developer

No I don’t run tracd.
As a matter of fact, I left gunicorn because even if it is fast, one
can’t login/logout with proxying (AFAIK); so now I use nginx + supplied
script: fcgi_frontend.py.

Posted at Nginx Forum: