You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
请问支持 stream 模块使用动态订阅服务吗?使用以上配置文件抛出 nginx: [emerg] "nacos_subscribe_service" directive is not allowed here in /opt/nginx/conf/nginx.conf:20 错误,这个 nginx 服务器是用来做 tcp socket 服务的负载均衡的,用的并不是 http 块 ,这个问题是否仅仅是 配置文件校验问题?
The text was updated successfully, but these errors were encountered:
njjnjjnjj
changed the title
nginx: [emerg] "nacos_subscribe_service" directive is not allowed here in /opt/nginx/conf/nginx.conf:20
在 stream 模块中无法使用 nacos_subscribe_service
Jan 21, 2025
nacos {
server_list x.x.x.x:8848; # nacos 服务器列表,空格隔开
}
stream {
upstream s {
# 通过 NACOS 动态订阅服务
nacos_subscribe_service service_name=service_name group=DEFAULT_GROUP;
hash $remote_addr; # 根据客户端 IP 地址进行哈希
}
}
请问支持 stream 模块使用动态订阅服务吗?使用以上配置文件抛出 nginx: [emerg] "nacos_subscribe_service" directive is not allowed here in /opt/nginx/conf/nginx.conf:20 错误,这个 nginx 服务器是用来做 tcp socket 服务的负载均衡的,用的并不是 http 块 ,这个问题是否仅仅是 配置文件校验问题?
The text was updated successfully, but these errors were encountered: