﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
254	include directive fails when included file does not contain a new line	Roberto Hidalgo	Maxim Dounin	"The ''include'' directive fails to work when loading ''mime.types'' if this file does not contain a new line before declaring ''types {''


# Example nginx.conf
{{{

http {
    include mime.types;
}
}}}


# Example mime.types that works
{{{


types {
     text/html                             html htm shtml;
}
}}}


# Example mime.types that DOES NOT work
{{{

types {
     text/html                             html htm shtml;
}
}}}"	defect	closed	minor		nginx-core	1.2.x	worksforme	include		Darwin mariaLuisa.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64	"nginx: nginx version: nginx/1.0.25
nginx: built by gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
nginx: TLS SNI support enabled
nginx: configure arguments: --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-debug --with-http_dav_module --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-ipv6 --add-module=../masterzen-nginx-upload-progress-module-436ec80/ --add-module=../nginx_upload_module-2.2.0/ --add-module=../nginx_http_push_module-0.69/ --add-module=/usr/local/Cellar/ruby/1.9.2-p180/lib/ruby/gems/1.9.1/gems/passenger-3.0.8/ext/nginx --add-module=../simpl-ngx_devel_kit-bc97eea/ --add-module=../agentzh-set-misc-nginx-module-7adef5a/ --with-cc-opt=-Wno-deprecated-declarations"
