From a7a863e1f263d22d53713caa4ddb8fc8334cfb31 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Tue, 30 Jun 2015 14:52:05 +0000 Subject: [PATCH] Do not include /etc/nginx/mime.types in nginx integration testing. This file (or /etc/nginx in whole) might not exist on the target system. --- tests/integration/nginx.conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/nginx.conf.sh b/tests/integration/nginx.conf.sh index 15fba922e..7a05f0519 100755 --- a/tests/integration/nginx.conf.sh +++ b/tests/integration/nginx.conf.sh @@ -37,7 +37,7 @@ http { keepalive_timeout 65; types_hash_max_size 2048; - include /etc/nginx/mime.types; + #include /etc/nginx/mime.types; index index.html index.htm index.php; log_format main '\$remote_addr - \$remote_user [\$time_local] \$status '