UWSGI: Nginx 502 bad request

Spread the love

Если после настройки nginx и uwsgi получаем ошибку: 502 Bad Request, то одна из наиболее распространенных ошибок – это отсутствие плагинов для uwsgi:

На Ubuntu/Debian :

Python:

sudo apt-get install uwsgi-plugin-python

Python 3:

sudo apt-get install uwsgi-plugin-python3

Leave a Reply