Opened 13 years ago
Closed 13 years ago
#103 closed defect (invalid)
Point at the end of the domain.
Reported by: | Vyacheslav Chudievich | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.1.x |
Keywords: | Cc: | ||
uname -a: | 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 | ||
nginx -V: | 1.1.6 |
Description
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.
Note:
See TracTickets
for help on using tickets.
This is believed to be fixed in all possible cases as of nginx 1.1.9, as part of work to support ipv6 addresses in Host header. (Before this, the problem manifested itself when port was present in Host header.)