Opened 12 years ago
Last modified 9 years ago
#384 accepted defect
trailing dot in server_name — at Initial Version
| Reported by: | Sergey Kandaurov | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | nginx-core | Version: | 1.3.x |
| Keywords: | Cc: | ||
| uname -a: | |||
| nginx -V: |
nginx version: nginx/1.5.3
built by clang 4.2 (clang-425.0.28) (based on LLVM 3.2svn) configure arguments: |
||
Description
nginx should be changed to take server_name value with and without trailing dot as identical to each other. It shall warn and continue during configuration syntax check for the below snippet due to conflicting server_name "localhost.".
server_name localhost localhost. something;
Note:
See TracTickets
for help on using tickets.
