Set a longer gunicorn timeout
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
e397b24bb2
commit
657354d5cb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ data:
|
|||
rm -rf /tmp/fas-gpg
|
||||
mkdir /tmp/fas-gpg
|
||||
ln -s /etc/fas-gpg/pubring.gpg /tmp/fas-gpg/pubring.gpg
|
||||
python /etc/fas/app_gunicorn.py --bind :8000 --chdir /app app
|
||||
python /etc/fas/app_gunicorn.py --bind :8000 --chdir /app app --timeout 300
|
||||
app_gunicorn.py: |-
|
||||
# We need a custom gunicorn script because we need to inject various requires
|
||||
import __main__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue