From 11579e87ca51bf619575f520ef98cedb3637a59e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 27 Jun 2022 23:58:50 -0400 Subject: [PATCH] reduce proxy send timeout --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index cf74063..fbb9d60 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -131,6 +131,7 @@ http { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Host $host; proxy_connect_timeout 5s; + proxy_send_timeout 15s; proxy_read_timeout 600s; client_max_body_size 100m;