How to define multiple resolvers?
sufw
nginx-forum at nginx.us
Wed Aug 14 01:47:29 UTC 2013
According to the documentation
(http://nginx.org/en/docs/http/ngx_http_core_module.html#resolver), it's
been possible to define multiple resolvers since 1.1.7.
However the documentation does not provide the syntax for doing so.
Separating the IP addresses with spaces seems to work for me (in 1.4.2):
resolver 10.0.0.254 10.1.0.254 8.8.8.8;
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,214613,241819#msg-241819
More information about the nginx
mailing list