python3/test/uwsgi-test-app/app.sh
2017-05-16 00:05:07 +02:00

11 lines
194 B
Bash
Executable file

#!/bin/bash
exec uwsgi \
--http-socket :8080 \
--die-on-term \
--master \
--single-interpreter \
--enable-threads \
--threads=5 \
--thunder-lock \
--module wsgi