ilya-muhortov
10/9/2019 - 12:00 AM

Пример с параметрами

uwsgi \
  --http 0.0.0.0:80 \
  --wsgi-file wsgi.py \
  --py-autoreload 1 \
  --processes 2 \
  --http-timeout 10 \
  --disable-logging \
  --check-static /app/ \
  --disable-write-exception \
  --pythonpath /app/dir_1 \
  --pythonpath /app/dir_2 \
  --buffer-size 32768