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