Skip to content

Commit fb2d442

Browse files
authored
fix: enable uwsgi EXTRA_ARGS passthrough
1 parent 2a08d26 commit fb2d442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/entrypoint-uwsgi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python3 manage.py check
2727

2828
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))'
2929

30-
EXTRA_ARGS=""
30+
EXTRA_ARGS="${EXTRA_ARGS:-}"
3131
if [ -n "${DD_UWSGI_MAX_FD}" ]; then
3232
EXTRA_ARGS="${EXTRA_ARGS} --max-fd ${DD_UWSGI_MAX_FD}"
3333
fi

0 commit comments

Comments
 (0)