nginx – proxy_pass不使用/ etc/hosts解析DNS

在nginx中,proxy_pass指令不使用/ etc / hosts文件解析DNS.任何方式来实现这种可能性(可能通过利用Lua作为最后的手段)?

最佳答案
简而言之,您需要在本地安装dnsmasq并使用127.0.0.1作为解析程序.

看到这个相关的问题和答案:

When using proxy_pass,can /etc/hosts be used to resolve domain names instead of “resolver”?

相关文章

Nginx (engine x) 是一个高性能的HTTP和反向代理服务,也是一...
本地项目配置 1 复制 luffy/settings/dev.py为prop.py 修改l...
nginx不仅可以隐藏版本信息,还支持自定义web服务器信息 先看...
一 、此次漏洞分析 1 nginx HTTP/2漏洞 [nginx-announce] ng...
###进入nginx 目录cd /usr/local/nginx###递归显示 2 级目录...
在cmd命令窗口输入下面命令进行查看 tasklist /fi "ima...