nginx 指定DNS服务器方法-reslover

  • Post author:
  • Post category:其他


nginx -t “host not found in upstream”的问题解决

一种问题是: DNS服务器不稳定造成的

解决方案:

给nginx服务器添加resolver 参数

resolver 8.8.8.8;

Google的DNS

[url]http://nginx.org/en/docs/http/ngx_http_core_module.html#resolver[/url]

花下眠工作室: [url]http://huaxiamian.cc[/url]



版权声明:本文为hwlzs原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。