Blame view

uwsgi.ini 124 Bytes
684a0b87   Antoine Goutenoir   Configure WSGI.
1
2
[uwsgi]
module = flaskr.wsgi
6ae5c09e   Antoine Goutenoir   Somehow, someday,...
3
callable = app
e979ea5f   Antoine Goutenoir   Set a high timeout.
4
harakiri = 3600
e5dbd8de   Antoine Goutenoir   Bump timeouts.
5
6
http-timeout = 3600
socket-timeout = 3600
6ae5c09e   Antoine Goutenoir   Somehow, someday,...
7
;check-static = flaskr