Perhaps is the socket path that is causing you problem, in an example
app I have the following line on nginx config:
location / {
include uwsgi_params;
uwsgi_pass unix:/tmp/acatalog.sock;
}
As I see on your pasted files there are too many slashes ( / ), try
with just one root slash.
If you are using virtualenv don't forget to tell uwsgi about it, there
is many aliases, pythonpath, virtualenv, pp, etc.
Regards,
Carlos Daniel Ruvalcaba Valenzuela
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.