Greetings all. I have tryton starting with uwsgi. The root of the tryton instance is mysite.com/tryton When I browse to that url, it redirects to mysite.com/index.html and then I get an error that says "index.html does not exist". Is there a way to configure tryton/sao to be located at mysite.com/tryton (a subdirectory) instead of mysite.come/ (domain root) ?
I am using uwsgi behind apache. Apache config is a single directive (using mod_uwsgi) "proxypass /tryton uwsgi://127.0.0.1:8000" Trytond.conf is: # /etc/tryton/trytond.conf - Configuration file for Tryton Server # (trytond, trytond-admin, trytond-cron) [web] # Settings for the web interface # The IP/host and port number of the interface listen = localhost:8000 # The hostname for this interface #hostname = # The root path to retrieve data for GET requests root = /opt/Tryton/sao-4.4.4 [database] # Database related settings # The URI to connect to the SQL database (following RFC-3986) uri = PostgreSQL://username:'password'@localhost:5432 # The path to the directory where the Tryton Server stores files. # The server must have write permissions to this directory. # (Internal default: /var/lib/trytond) path = /opt/Tryton/var/lib/files [session] # Session settings # The time (in seconds) until an inactive session expires timeout = 300 -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/e04de85a-4b4f-45ff-ba69-d456870725af%40googlegroups.com.
