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).
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:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.