Skip to content

Commit 05f2c6f

Browse files
authored
make gunicorn timeout configurable
1 parent 5132a59 commit 05f2c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
exec gunicorn -b :80 --access-logfile - --error-logfile - apolpi:app
2+
exec gunicorn -b :80 --access-logfile - --error-logfile - --timeout ${GUNICORN_TIMEOUT:-30} apolpi:app

0 commit comments

Comments
 (0)