Changes between Version 1 and Version 2 of Ticket #2335, comment 5
- Timestamp:
- 03/24/22 21:06:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2335, comment 5
v1 v2 10 10 11 11 produces 12 ''[error] 10208#0: *6 no resolver defined to resolvelocalhost''12 ''[error] 20094#0: *24 no resolver defined to resolve localhost, client: 127.0.0.1, server: localhost'' 13 13 14 14 so the error message still is misleading. it should be something like "no, you cannot use variables here!" or "nginx cannot fill $request_uri here", because localhost and any other hosts (even from /etc/hosts) will be resolved without a resolver explicitly configured.