From 70736d18afc2348448aab2e103532a2d17a95a63 Mon Sep 17 00:00:00 2001 From: ahmed531998 Date: Sun, 16 Apr 2023 00:00:34 +0200 Subject: [PATCH] syntax_fix --- nginx.default.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nginx.default.conf b/nginx.default.conf index 8b22bbe..e9e02f6 100644 --- a/nginx.default.conf +++ b/nginx.default.conf @@ -29,9 +29,9 @@ server { location /api { proxy_pass http://api_server; - proxy_read_timeout 1800; - proxy_connect_timeout 1800; - proxy_send_timeout 1800; - send_timeout 1800; + proxy_read_timeout 3600; + proxy_connect_timeout 3600; + proxy_send_timeout 3600; + send_timeout 3600; } }