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'


I must have something very basic not set up. Any idea what is wrong?
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to