We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5132a59 commit 05f2c6fCopy full SHA for 05f2c6f
boot.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-exec gunicorn -b :80 --access-logfile - --error-logfile - apolpi:app
+exec gunicorn -b :80 --access-logfile - --error-logfile - --timeout ${GUNICORN_TIMEOUT:-30} apolpi:app
0 commit comments