good first issue
Repository metrics
- Stars
- (0 stars)
- PR merge metrics
- (PR metrics pending)
Description
From a review in another Nginx PR, there were some minor improvement comments:
- Use
Syntax: resolver address ... [valid=time]to shorten thevalidattribute on the resolver to something like5sas by default it'll use the default DNS TTL which might be large. In the backend for reverse proxy, you usually want to be reactive to change. - Shorten the default DNS timeout (
30s, huge when requests are pending to be proxied) with aresolver_timeoutto something like5s.
This was attempted to be apart of the Nginx miration to cos-lib, but created PR smell. This should still be investigated.