Changes between Initial Version and Version 1 of Ticket #2335
- Timestamp:
- 03/15/22 12:32:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2335 – Description
initial v1 1 I just downl aoded nginx-1.21.6.tar.gz and tried a proxypass configuration to "localhost"1 I just downloaded nginx-1.21.6.tar.gz and tried a proxy pass configuration to "localhost" 2 2 3 3 the error.log contains … … 6 6 }}} 7 7 8 IMHO this is a bug because localhost can be resolved by the OS DNSresolver. see below9 2nd the error messagetext ist misleading, because I do not have to configure a DNS server within nginx because the OS is responsible to provide DNS service. no one configures DNS server in e.g. haproxy,squid,a....e,varnish ;)8 IMHO this is a bug because localhost can be resolved by the OS resolver. see below 9 2nd, the error message text ist misleading, because I do not have to configure a DNS server within nginx because the OS is responsible to provide DNS service. no one configures DNS server in e.g. haproxy,squid,a....e,varnish ;) 10 10 11 11 "localhost" is no hostname that belongs to any global DNS zone, so it makes no sense to even put it into a DNS zone. … … 13 13 I'm using GNU/Linux openSUSE 15.3 if that is any of interest. 14 14 15 using the local resolver (without hDNS server):15 using the local resolver (without DNS server): 16 16 {{{ 17 17 /usr/local/nginx/sbin $ getaddrinfo localhost