Django uWSGI NGINX Bad Request 400
In settings.py
ALLOWED_HOSTS = ['*']
Will solve it
You can set DEBUG = True
on your server, restart uwsgi
service and check the django
's debug output in your browser. The fact you don't see any errors with django
's development server doesn't mean the error is related to nginx
or uwsgi
services.