mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-26 17:25:53 +03:00
[GH-ISSUE #993] 使用快速安装最新版本后部分页面报服务器端500错误 #2100
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#2100
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;
`