Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
getsync opened this issue Jun 4, 2025 · 4 comments
Closed

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

getsync opened this issue Jun 4, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@getsync
Copy link

getsync commented Jun 4, 2025

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

@getsync getsync added the bug Something isn't working label Jun 4, 2025
@0xJacky
Copy link
Owner

0xJacky commented Jun 4, 2025

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

@getsync
Copy link
Author

getsync commented Jun 4, 2025

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

@0xJacky
Copy link
Owner

0xJacky commented 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/ 覆盖安装即可

@getsync
Copy link
Author

getsync commented 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/ 覆盖安装即可

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants