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:05 +00:00
parent 4fbb5cb80f
commit a7a863e1f2
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

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 '