﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1868	wildcard include failing with FormatMessage() error:(15100)	fliespl@…		"Hello, I have tried adding wildcards on windows with include like I do on linux and not sure why it fails


{{{
include e:/workspace/tools/pma-slack/.nginx.conf;
}}}

works correctly, while

{{{
include e:/workspace/tools/*/.nginx.conf;
}}}


fails with:

{{{
f:\nginx>nginx -t
nginx: [emerg] FindFirstFile() ""e:/workspace/tools/*/.nginx.conf"" failed (123: FormatMessage() error:(15100)) in f:\nginx/conf/nginx.conf:75
nginx: configuration file f:\nginx/conf/nginx.conf test failed
}}}


Maybe it's not supported, but haven't found this info listed in ""Known limitations"".

Help would be appreciated :)"	defect	closed	minor		nginx-core	1.17.x	invalid			Windows 10	nginx version: nginx/1.17.4
