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;