From 8cc1c8a9a4fb8e06d376780e378ad38d0b8ec185 Mon Sep 17 00:00:00 2001 From: vanyaindigo Date: Sun, 5 Jul 2020 10:28:47 +0300 Subject: [PATCH] Update nginx.conf --- nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index cd9cbcd..d9c4f82 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,10 +22,10 @@ http { sendfile on; tcp_nopush on; tcp_nodelay on; -keepalive_timeout 15; +keepalive_timeout 60; client_body_timeout 12; client_header_timeout 12; -send_timeout 10; +send_timeout 30; keepalive_requests 2000; reset_timedout_connection on; types_hash_max_size 2048; @@ -68,4 +68,4 @@ gzip off; include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-available/*; -} \ No newline at end of file +}