Merge "Fix UWSGI logging to stderr"

This commit is contained in:
Jenkins
2017-06-05 17:50:07 +00:00
committed by Gerrit Code Review

View File

@@ -5,5 +5,6 @@ uwsgi --socket 0.0.0.0:5001 \
--http-chunked-input \ --http-chunked-input \
-w mixmatch.wsgi \ -w mixmatch.wsgi \
--master \ --master \
--processes 4 \ --processes 8 \
--threads 2 --threads 1 \
2>&1