nginx配置转发时,提示no Route matched with those values

it2023-06-04  192

近期,在使用nginx配置转发链接时,出现提示:no Route matched with those values。服务器这边用的时KONG网关。

问题原因:

    配置带kong 服务的转发不能带 host会被后那边拦截。proxy_set_header Host $host;  这个。

最新回复(0)