ZHE
  • 工具
  • AI命令
  • 导航
  • 博客
  • |
  • 登录
  • 注册
  • AI画图提示词
  • ubuntu
  • linux
  • web3
  • seo
  • laravel
  • wordpress
  • PHP
  • Stable Diffusion实战
  • Go语言教程之边写边学
Copyright zhe.ink ©2023-2025
Email: service@zhe.ink
吉ICP备2024017385号-3
gongan苏公网安备 32050902101537号

nginx:no resolver defined to resolve xxx.xxx”

2024-01-07 20:29:23
230
nginx no resolver defined to resolve xxx.xxx”

这是因为无法解析proxy_pass部分的域名,

在nginx.conf配置文件中的http{}部分添加一行resolver 8.8.8.8;

相关文章
nginx:proxy_pass某个路径且带上query_string的方法
The plain HTTP request was sent to HTTPS port问题
nginx 让所有不存在的子域名都指向www
记录fastadmin的nginx配置
nginx配置文件中fastcgi_param的 SCRIPT_FILENAME和PATH_TRANSLATED区别是什么
为支持http event stream,nginx应该如何设置
nginx中如何获取第一个子目录的名字
nginx中如何获取除第一个子目录以外的剩余部分
nginx中try_files $uri $uri/ /index.php?$query_string;是什么意思?
prometheus 接入nginx exporter并监控nginx服务器