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
我已经按照说明编译好了nginx,做测试 发现不会拉取consul的配置,请问这个功能是已经完成了 还是说正在开发中,: 我的配置如下: stream { upstream backend_fuxi-search { upsync ngx_manage.ihomefnt.org:8500/v1/kv/sit/upstreams/backend_fuxi-search_grpc/ upsync_timeout=6m upsync_interval=500ms upsync_type=consul strong_dependency=off; upsync_dump_path /usr/local/nginx/vhost_grpc/fuxi-search_grpc.conf; include /usr/local/nginx/vhost_grpc/fuxi-search_grpc.conf; }
server { listen 12345; proxy_connect_timeout 1s; proxy_timeout 3s; proxy_pass backend_fuxi-search; }
}
The text was updated successfully, but these errors were encountered:
已支持,可以work.
Sorry, something went wrong.
No branches or pull requests
我已经按照说明编译好了nginx,做测试 发现不会拉取consul的配置,请问这个功能是已经完成了 还是说正在开发中,:
我的配置如下:
stream {
upstream backend_fuxi-search {
upsync ngx_manage.ihomefnt.org:8500/v1/kv/sit/upstreams/backend_fuxi-search_grpc/ upsync_timeout=6m upsync_interval=500ms upsync_type=consul strong_dependency=off;
upsync_dump_path /usr/local/nginx/vhost_grpc/fuxi-search_grpc.conf;
include /usr/local/nginx/vhost_grpc/fuxi-search_grpc.conf;
}
}
The text was updated successfully, but these errors were encountered: