> Trying to get uWSGI going with nginx and django, following the > directions here: > https://uwsgi.readthedocs.org/en/latest/tutorials/Django_and_nginx.html > > I am running version 1.9.17.1-debian on Ubuntu using python3. > > > First test on that page: > > uwsgi --http :8000 --wsgi-file test.py > > uwsgi: option '--http' is ambiguous; possibilities: '--http-socket' > '--http-socket-modifier2' '--http-socket-modifier1' > > Tried --http-socket: > > uwsgi --http-socket :8000 --wsgi-file test.py > uwsgi: unrecognized option '--wsgi-file' > > >
Start from here: http://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html and after heaving a clear view of how thing works (particularly monolithic vs modular builds) you should be able to adapt the tutorial to your setup. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
