mixmatch/run_proxy.sh

10 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
uwsgi --socket 0.0.0.0:5001 \
--protocol=http \
--http-chunked-input \
-w mixmatch.wsgi \
--master \
--processes 4 \
--threads 2