[GH-ISSUE #1113] 更新2.1版本后无法正常使用 #2321

Closed
opened 2026-02-27 12:20:47 +03:00 by kerem · 0 comments
Owner

Originally created by @getsync on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1113

2.1版本
更新到2.1版本后无法正常使用

nginx 反向代理,非根目录,nginx配置如下(2.0 可正常使用)

location ^~ /config/ {
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection $connection_upgrade;
    proxy_pass http://172.16.188.1:9100/;
}

更新后无法正常使用(其他CSS资源都正常加载)

Image

Originally created by @getsync on GitHub (Jun 4, 2025). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1113 2.1版本 更新到2.1版本后无法正常使用 nginx 反向代理,非根目录,nginx配置如下(2.0 可正常使用) location ^~ /config/ { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_pass http://172.16.188.1:9100/; } 更新后无法正常使用(其他CSS资源都正常加载) ![Image](https://github.com/user-attachments/assets/854543f3-f68b-4ae9-92b3-20fa2a36d8fb)
kerem 2026-02-27 12:20:47 +03:00
  • closed this issue
  • added the
    bug
    label
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#2321
No description provided.