mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1159] 升级2.1.6 Streams模块不见了 #3732
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#3732
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 @xhal on GitHub (Jun 20, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1159
已升级最新的 2.1.6 (435) 版本,但同 #1136 一样,菜单不见了
连检查里的检查项都没了;
因为是内网 Centos7.9 系统,下载的 https://github.com/0xJacky/nginx-ui/releases/download/v2.1.6/nginx-ui-linux-64.tar.gz 离线包升级的
PS: 另外一台外网Ubuntu的,使用在线升级的正常
以下是有问题的检查页面截图:

@0xJacky commented on GitHub (Jun 20, 2025):
与升级方式无关,
麻烦提供一下 nginx -V 和 nginx -T | grep stream 的输出,谢谢!
@xhal commented on GitHub (Jun 20, 2025):
@0xJacky commented on GitHub (Jun 23, 2025):
请问有试过重启 nginx ui 吗
@0xJacky commented on GitHub (Jun 23, 2025):
麻烦看一下这个页面中 stream 模块的加载状态
@xhal commented on GitHub (Jun 24, 2025):
有重启过,一样的
@0xJacky commented on GitHub (Jun 24, 2025):
可以帮我试试更新至最新的开发版本,测试是否已经修复
@xhal commented on GitHub (Jun 24, 2025):
没启用 stub_status 模块

@xhal commented on GitHub (Jun 24, 2025):
有直接下载的链接不? 这个执行报错了,试了好几次
@0xJacky commented on GitHub (Jun 24, 2025):
换这个试试
@xhal commented on GitHub (Jun 24, 2025):
不行,换了这个还会有自动切换回英文的问题; 登陆的切换中文,登陆后又是英文
@0xJacky commented on GitHub (Jun 24, 2025):
您再试一下安装新的 dev 开发版,查看 Dashboard > Nginx 页面显示的报错信息,麻烦提供整个页面的截图。如果有显示模块信息也可以看看 stream 模块的加载状态。
另外问一下,同一台机器内有安装多个 Nginx 吗?
@xhal commented on GitHub (Jun 25, 2025):
更新了这个开发版,和最新的2.1.7; 还是不能显示; 没有多个nginx , 一台就这个
另外提一个优化, 配置文件如果没配置 ConfigPath ;检查目录是否包含 xx 都是显示读取 nginx.conf 失败
@xhal commented on GitHub (Jun 25, 2025):
app.ini Nginx部分配置
@0xJacky commented on GitHub (Jun 25, 2025):
可以试试把 nginx 的执行目录加到 PATH 里,我现在判断是这个问题导致的
@xhal commented on GitHub (Jun 25, 2025):
可以了!加到 PATH 后,重启后就出来了
@0xJacky commented on GitHub (Jun 25, 2025):
好的