nginx: [emerg] host not found in upstream "web:8000" in /etc/nginx/conf.d/nginx.conf:5
时间: 2024-01-08 20:19:56 浏览: 316
关于nginx没有跳转到upstream地址的解决
```shell
# 解决nginx反向代理中出现host not found in upstream的问题可以按照以下步骤进行:
1. 打开终端,进入根目录
2. 找到etc目录,并进入该目录
3. 找到etc目录下的hosts文件
4. 在hosts文件中添加"127.0.0.1 web",其中web是你的域名
5. 保存文件并退出
6. 重启nginx服务
```
阅读全文