[GH-ISSUE #1506] 站点列表不为空,但是仪表盘找不到站点 #831

Open
opened 2026-02-26 12:09:34 +03:00 by kerem · 2 comments
Owner

Originally created by @MMMMMoris on GitHub (Jan 2, 2026).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1506

Describe the bug
站点列表网站有的,也能用

Image

但是仪表盘/站点这个页面是空的
Image

对了,还想问一下,GeoIP 分析这个功能好像没找到,是没上线?但是又 GeoIP 数据库下载功能

To Reproduce
docker 正常部署

Expected behavior
站点列表是有 server 块的,那站点也不应该为空才对

Screenshots
日志没看到异常内容

Image

Info (please complete the following information):

  • Server OS: Debian 13
  • Server Arch: x86
  • Nginx UI Version: 2.3.2
  • Your Browser: Chrome
Originally created by @MMMMMoris on GitHub (Jan 2, 2026). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1506 **Describe the bug** 站点列表网站有的,也能用 <img width="2507" height="722" alt="Image" src="https://github.com/user-attachments/assets/c40e1c86-f120-44e7-b141-085f376e4e18" /> 但是仪表盘/站点这个页面是空的 <img width="2547" height="1025" alt="Image" src="https://github.com/user-attachments/assets/7a11a9c2-0b31-4d1e-81ad-a3796d5b4e84" /> 对了,还想问一下,GeoIP 分析这个功能好像没找到,是没上线?但是又 GeoIP 数据库下载功能 **To Reproduce** docker 正常部署 **Expected behavior** 站点列表是有 server 块的,那站点也不应该为空才对 **Screenshots** 日志没看到异常内容 <img width="1550" height="738" alt="Image" src="https://github.com/user-attachments/assets/605350aa-e698-4548-ad37-8d6c62c8f0bb" /> **Info (please complete the following information):** - Server OS: Debian 13 - Server Arch: x86 - Nginx UI Version: 2.3.2 - Your Browser: Chrome
Author
Owner

@0xJacky commented on GitHub (Jan 4, 2026):

这里要求域名必须是合法的域名,或者你可以粘贴一下配置文件的内容给我看一下

GeoIp 是用在高级日志分析那边的

<!-- gh-comment-id:3707822452 --> @0xJacky commented on GitHub (Jan 4, 2026): 这里要求域名必须是合法的域名,或者你可以粘贴一下配置文件的内容给我看一下 GeoIp 是用在高级日志分析那边的
Author
Owner

@MMMMMoris commented on GitHub (Jan 4, 2026):

这里要求域名必须是合法的域名,或者你可以粘贴一下配置文件的内容给我看一下

GeoIp 是用在高级日志分析那边的

server {
    listen 80;
    server_name yacd.brunchdom.com;
    client_max_body_size 1G;
    charset utf-8;

    location / {
        proxy_pass http://host.docker.internal:7980;
    }
}

这是我的服务器,是cloudflare的域名,解析到保留地址

<!-- gh-comment-id:3708005581 --> @MMMMMoris commented on GitHub (Jan 4, 2026): > 这里要求域名必须是合法的域名,或者你可以粘贴一下配置文件的内容给我看一下 > > GeoIp 是用在高级日志分析那边的 ```nginx server { listen 80; server_name yacd.brunchdom.com; client_max_body_size 1G; charset utf-8; location / { proxy_pass http://host.docker.internal:7980; } } ``` 这是我的服务器,是cloudflare的域名,解析到保留地址
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#831
No description provided.