mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1052] nginx-ui在OpenWrt中因配置文件路径不兼容导致环境自检失败 #566
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#566
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 @itbencn on GitHub (May 13, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1052
在
OpenWrt系统中,我将默认的uhttpd替换为nginx作为Web服务器。但OpenWrt默认使用uci.conf作为nginx配置文件,而非标准的nginx.conf。这导致我在安装并运行nginx-ui时,环境自检失败,无法正常使用。刚刚接触openwrt和nginx-ui,我该如何解决这个问题
@0xJacky commented on GitHub (May 13, 2025):
请附上配置文件和自检查的错误
@itbencn commented on GitHub (May 14, 2025):
应该是
openwrt插件的导致的,起初我是将nginx-ui等相关的插件依赖在openwrt编译时一同编译的但是经过我测试发现,
openwrt运行后,我在软件包里手动安装后会自动进行一些“初始化设置”,自动创建缺少的文件并创建一个nginx.conf软链接文件指向uci.conf,至此nginx-ui环境自建正常