﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
103	Point at the end of the domain.	Vyacheslav Chudievich	somebody	" 
Nginx does not accept domains as synonyms to the domains / subdomains without a point. This rule is DNS. 
As is now (not correct):
{{{
domain.com != domain.com.
subdomain.domain.com. != subdomain.domain.com.
}}}
 
To be more precise it is necessary to manually add these synonyms, which is not correct.

Apache treats it correctly:

{{{
domain.com = domain.com.
subdomain.domain.com. = subdomain.domain.com.
}}}
"	defect	closed	minor		nginx-core	1.1.x	invalid			Linux s189.test.server.ua 2.6.18-274.7.1.el5 #1 SMP Thu Oct 20 16:21:01 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux	1.1.6
