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.
This commit is contained in:
Jakub Warmuz
2015-06-30 14:52:48 +00:00
parent 4fbb5cb80f
commit a7a863e1f2
+1 -1
View File
@@ -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 '