From c33c7860ffa24f640620912541a41f6518a0bd00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 25 Apr 2019 10:15:09 +0200 Subject: [PATCH] fix config file --- Nginx-S2I-Image/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/Nginx-S2I-Image/nginx.conf b/Nginx-S2I-Image/nginx.conf index 44f7e10..148b2b3 100644 --- a/Nginx-S2I-Image/nginx.conf +++ b/Nginx-S2I-Image/nginx.conf @@ -27,7 +27,6 @@ http { sendfile on; tcp_nopush on; tcp_nodelay on; - keepalive_timeout 65; types_hash_max_size 2048; include /etc/nginx/mime.types;