We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69536d9 commit 9eb305fCopy full SHA for 9eb305f
1 file changed
docker/entrypoint-uwsgi.sh
@@ -27,7 +27,7 @@ python3 manage.py check
27
28
DD_UWSGI_LOGFORMAT_DEFAULT='[pid: %(pid)|app: -|req: -/-] %(addr) (%(dd_user)) {%(vars) vars in %(pktsize) bytes} [%(ctime)] %(method) %(uri) => generated %(rsize) bytes in %(msecs) msecs (%(proto) %(status)) %(headers) headers in %(hsize) bytes (%(switches) switches on core %(core))'
29
30
-EXTRA_ARGS=""
+EXTRA_ARGS="${EXTRA_ARGS:-}"
31
if [ -n "${DD_UWSGI_MAX_FD}" ]; then
32
EXTRA_ARGS="${EXTRA_ARGS} --max-fd ${DD_UWSGI_MAX_FD}"
33
fi
0 commit comments