gpt4 book ai didi

nginx proxy_pass 动态主机名部分

转载 作者:行者123 更新时间:2023-12-03 04:31:12 29 4
gpt4 key购买 nike

当 nginx proxy_pass 是一个动态值,预计通过替换 URL 中的主机名部分来构建时,nginx 无法代理请求并出现错误:没有定义解析器来解析服务,其中服务=1 美元。它似乎只是尝试解析服务,而不是尝试解析service.abcd.local。有解决办法吗?

location ~ ^/(.*)/(.*)$ {
proxy_pass http://$1.abcd.local/$1/$2;
}

最佳答案

如 nginx 文档中所述 proxy_pass :

A server name, its port and the passed URI can also be specified using variables:

proxy_pass http://$host$uri;

[…]

In this case, the server name is searched among the described server groups, and, if not found, is determined using a resolver.

关于nginx proxy_pass 动态主机名部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37136374/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com