mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1333] 在 Dashboard 中 Nginx-Module 页面无法获取信息 #3842
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#3842
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 @Purgepyro on GitHub (Sep 1, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1333
Describe the bug
在标题中所述的页面中,在重新使用新的参数编译nginx后,如果不重启nginx-ui,那么所显示的模组信息仍然是重新编译之前的。点按页面中的刷新按钮也没有用处。
To Reproduce
Steps to reproduce the behavior:
Expected behavior
应当显示新参数
Screenshots
Info (please complete the following information):
@0xJacky commented on GitHub (Sep 1, 2025):
是的,需要重启才能重新加载
@MSTWHD commented on GitHub (Sep 17, 2025):
确实,我当时还以为我编译错了,试了几次,最后发现要重启nginx-ui才行
@0xJacky commented on GitHub (Sep 18, 2025):
v2.1.17 目前其实是有做如果 Nginx PID 发生变化,就认为他重启了,就会触发缓存重新构建。因为解析这个 modules 的开销不小的,做成实时的话不太划算,生产环境中也不会频繁调整 modules 吧
但是如果说 PID 文件本身就是空的或者不存在,那这确实可能没办法自动更新,我会考虑增加个手动更新的按钮。