Map directive case insensitiv?

Testing a generated list of maps I noticed that nginx handles the
keys in a case insensitiv way, reporting conflicts for

Handel http://…;
handel http://…;

Is this intended?

With regards,

__Janko H.

On Tue, Oct 16, 2007 at 09:25:48PM +0200, Janko H. wrote:

Testing a generated list of maps I noticed that nginx handles the
keys in a case insensitiv way, reporting conflicts for

Handel http://…;
handel http://…;

Is this intended?

Yes, it’s intended: “map” may be used to map hostnames to some values,
so
it is case insensitive.