We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a1071f + deee515 commit 40ccac4Copy full SHA for 40ccac4
src/etc/nginx/templates/default.conf.template
@@ -24,6 +24,8 @@ server {
24
uwsgi_param HTTP_X_REQUEST_ID $request_id;
25
uwsgi_param HTTP_HOST $host;
26
include uwsgi_params;
27
+ uwsgi_read_timeout {{ .Env.KEEPALIVE_TIMEOUT }};
28
+ uwsgi_send_timeout {{ .Env.KEEPALIVE_TIMEOUT }};
29
}
30
{{ else }}
31
location / {
0 commit comments