Hello I am attempting to set up development environment for several programmers each having a set of python scripts in web context. For that i use nginx to manage several domains on same host and uWSGI in dynamic configuration (as far as i can see it - proper). Unfortunately, something is still not kosher and desipte different callables and module names both /command and /report yield same result based on whichever was called 1st (uWSGI seems to only instance 1st app and then forwards all requests to it rather than differenciate based on request query/URI)
http://dpaste.com/348406/ Would really appreciate comments on how to make this configuration "sane". _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
