2012/9/16 Richard Hipp <[email protected]> > On Sun, Sep 16, 2012 at 1:57 PM, Gautier DI FOLCO < > [email protected]> wrote: > >> I have multiple repositories on a server which hosts other things (like >> internal tools accessible via a web browser, etc.), so I setup nginx with >> the reverse proxy module, my fossil server is accessible via /fossil/, but >> all media, css, etc. are seeked at /, they are not founded, is their a >> place >> to set the root of the server is this a lack/bug ? >> > > Fossil goes off of the HOST: field in the HTTP header. Can you configure > nginx to set the HOST: field appropriately on the inbound HTTP request? >
Thanks for your answer, I modified the HOST header to be $host/fossil and it works.
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

