From e22857d4b9520e8c17a27585fcd312254046d940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 25 Apr 2019 10:16:39 +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 4464d21..b3298a9 100644 --- a/Nginx-S2I-Image/nginx.conf +++ b/Nginx-S2I-Image/nginx.conf @@ -29,7 +29,6 @@ http { tcp_nodelay on; types_hash_max_size 2048; - include /etc/nginx/mime.types; default_type application/octet-stream; # Load modular configuration files from the /etc/nginx/conf.d directory.