mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-26 17:25:53 +03:00
[GH-ISSUE #993] 使用快速安装最新版本后部分页面报服务器端500错误 #4962
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#4962
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 @xcancloud on GitHub (Apr 29, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/993
Describe the bug
使用快速安装最新版本后部分页面报服务器端500错误:
Screenshots
Info (please complete the following information):
Additional context
使用快速安装脚本安装后,只配置了Nginx反向代理,以下是 nginx 配置:
Nginx 主配置文件:
http { # ... include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; }Nginx UI Server:
` server {
listen 80;
listen [::]:80;
`
@0xJacky commented on GitHub (Apr 29, 2025):
访问 #/install 安装了吗
可以开一下 debug 模式看一下日志
@xcancloud commented on GitHub (Apr 29, 2025):
nginx 配置:
Nginx UI Server:
@xcancloud commented on GitHub (Apr 29, 2025):
安装了,已经登录进去了,在哪里开debug?
@0xJacky commented on GitHub (Apr 29, 2025):
麻烦修改 /usr/local/nginx-ui/app.ini 的run mode 为 debug,重启 nginx-ui
执行 journalctl -fu nginx-ui
访问报错的页面,查看控制台的报错信息,感谢。
@xcancloud commented on GitHub (Apr 29, 2025):
@xcancloud commented on GitHub (Apr 29, 2025):
按照 debug 模式提示,这几个文件夹都需要创建好,建好以后访问页面正常了。
/etc/nginx/sites-available
/etc/nginx/sites-enabled
/etc/nginx/streams-enabled
/etc/nginx/streams-available
感谢老铁夜里支持,给开源精神点赞!!!
@xcancloud commented on GitHub (Apr 29, 2025):
您好,在线Demo里的Nginx监控页面安装后没有展示,这个是配置问题还是免费版本里没有带这个功能:
在线 Demo:

我按照的,没有Nginx监控:

@0xJacky commented on GitHub (Apr 30, 2025):
目前没有收费版本,demo 里现在装的是 rc6,但是还没有正式发布,发布之后更新就有。
@xcancloud commented on GitHub (Apr 30, 2025):
收到、非常感谢。