Hello,
I used to configure my prod apps using Apache plus mod_wsgi. Now I am
testing using Nginx and uwsgi. It works great configuring as root app but
trying to configure as non root fails. Using following nginx config:
location /panel{
uwsgi_pass unix:/usr/local/dumperbilling/production.sock;
include uwsgi_params;
uwsgi_param SCRIPT_NAME "";
}
when accessing to http://host/panel redirects to http://host/login instead
http://host/panel/login
Do you know any tip to mend it?
Regards
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.