We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在Admin API 里面可以看到,upstream.checks.active.port 默认值是 ${upstream.node.port} ,即默认检查的是每个node定义的端口:
upstream.checks.active.por
${upstream.node.port}
如果通过 Admin API 创建upstream的时候未定义upstream.checks.active.port(即本意是想使用默认的node 端口),但是在dashboard里面会默认为80:
upstream.checks.active.port
如果有人通过dashboard去修改已有的upstream,一旦没注意把80改掉,就会导致检查端口变成80,所以建议在dashboard设置upstream.node.port的默认值为空,如果为空,那么就使用 ${upstream.node.port} 这个默认值。
upstream.node.port
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
在Admin API 里面可以看到,
upstream.checks.active.por
t 默认值是${upstream.node.port}
,即默认检查的是每个node定义的端口:如果通过 Admin API 创建upstream的时候未定义
upstream.checks.active.port
(即本意是想使用默认的node 端口),但是在dashboard里面会默认为80:如果有人通过dashboard去修改已有的upstream,一旦没注意把80改掉,就会导致检查端口变成80,所以建议在dashboard设置
upstream.node.port
的默认值为空,如果为空,那么就使用${upstream.node.port}
这个默认值。The text was updated successfully, but these errors were encountered: