mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #1347] 现在似乎无法批量管理upstream这种4层的配置 #745
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#745
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gpfhaha on GitHub (Sep 8, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1347
现有的stream管理,只可以管理4层的代理。
7层代理的参数无法配置在这里直接使用:
ignored nginx: [emerg] "keepalive" directive is not allowed here in /data/openresty/nginx/conf/streams-enabled/bmp-upstream.conf:3 nginx: configuration file /data/openresty/nginx/conf/nginx.conf test failed exit status 1
7层的只能在每个站点里面管理,但是如果多个站点同时使用相同的上游,就没有一个统一管理上游服务的入口
@0xJacky commented on GitHub (Sep 8, 2025):
只在其中一个配置文件里定义上游就可以了,这个是 nginx 的配置问题吧?
@gpfhaha commented on GitHub (Sep 8, 2025):
也就是说原本的设计,7层的upstream就没有批量管理的概念对吧
@0xJacky commented on GitHub (Sep 8, 2025):
没有的
@gpfhaha commented on GitHub (Sep 8, 2025):
好的,感谢