mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #1052] nginx-ui在OpenWrt中因配置文件路径不兼容导致环境自检失败 #2211
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#2211
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,我该如何解决这个问题