雅安论坛

标题: nginx 启动错误"nginx: [emerg] host not found in upstream "解决方案 [打印本页]

作者: 匿名    时间: 2021-5-6 10:11
标题: nginx 启动错误"nginx: [emerg] host not found in upstream "解决方案
nginx 启动错误"nginx: [emerg] host not found in upstream "解决方案
问题描述:

利用nginx进行反向代理的时候,我们会配置proxy_pass。在启动nginx的时候,会报

nginx: [emerg] host not found in upstream "yq.object.com" in /usr/local/nginx/conf/vhost/yq.nginx.com.conf:19 这个错误。

其实nginx配置语法上没有错误的,只是系统无法解析这个域名,所以报错. 解决办法就是添加dns到/etc/resolv.conf 或者是/etc/hosts,让其能够解析到IP。具体步骤如下:

vim /etc/hosts

修改hosts文件,在hosts文件里面加上一句

127.0.0.1       localhost.localdomain   yq.object.com


其实 这和windows下的hosts文件的修改是一样的。具体可以去了解一下hosts的作用








欢迎光临 雅安论坛 (https://www.yaanbbs.net/) Powered by Discuz! X3.4