We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cb637 commit c6dc381Copy full SHA for c6dc381
Dockerfile
@@ -43,6 +43,6 @@ EXPOSE 28730
43
CMD /app/.venv/bin/gunicorn \
44
--bind :28730 \
45
--error-logfile - \
46
- --timeout 20 \
+ --timeout 15 \
47
--config /app/container/gunicorn.py \
48
mCTF.wsgi:application
0 commit comments