mixmatch/run_proxy.sh

11 lines
185 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 8 \
--threads 1 \
2>&1