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

Closed
opened 2026-02-28 11:57:20 +03:00 by kerem · 4 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-28 11:57:20 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@0xJacky commented on GitHub (Jun 4, 2025):

稍后会发布 v2.1.1 修复子目录部署的问题

<!-- gh-comment-id:2938373990 --> @0xJacky commented on GitHub (Jun 4, 2025): 稍后会发布 v2.1.1 修复子目录部署的问题
Author
Owner

@getsync commented on GitHub (Jun 4, 2025):

现在已无法登入系统,是否可以搞个命令行的 update ?已经使用集群模式,对于内网已部署并更新到2.1的目前只能重装来更新,比较不方便

<!-- gh-comment-id:2938385755 --> @getsync commented on GitHub (Jun 4, 2025): 现在已无法登入系统,是否可以搞个命令行的 update ?已经使用集群模式,对于内网已部署并更新到2.1的目前只能重装来更新,比较不方便
Author
Owner

@0xJacky commented on GitHub (Jun 4, 2025):

稍后使用 bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install -r https://cloud.nginxui.com/ 覆盖安装即可

<!-- gh-comment-id:2938391779 --> @0xJacky commented on GitHub (Jun 4, 2025): 稍后使用 bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install -r https://cloud.nginxui.com/ 覆盖安装即可
Author
Owner

@getsync commented on GitHub (Jun 4, 2025):

稍后使用 bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install -r https://cloud.nginxui.com/ 覆盖安装即可

感谢!!非常棒的项目和团队

<!-- gh-comment-id:2938397137 --> @getsync commented on GitHub (Jun 4, 2025): > 稍后使用 bash -c "$(curl -L https://cloud.nginxui.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/main/install.sh)" @ install -r https://cloud.nginxui.com/ 覆盖安装即可 感谢!!非常棒的项目和团队
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#3705
No description provided.