[GH-ISSUE #1162] 站点列表修改功能显示名称错误 #632

Closed
opened 2026-02-26 12:08:57 +03:00 by kerem · 2 comments
Owner

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

  • 版本: 2.1.6 (435)

  • 启动方式: Docker

    • version:  '3.8'
      services:
          nginx-ui:
              image: uozi/nginx-ui
              container_name: nginx-ui
              restart: always
              network_mode: host
              volumes:
                  - /var/run/docker.sock:/var/run/docker.sock
                  - /volume1/docker/nginx-ui/nginx:/etc/nginx
                  - /volume1/docker/nginx-ui/nginx-ui:/etc/nginx-ui
                  - /volume1/docker/nginx-ui/www:/var/www
              environment:
                  - TZ=Asia/Shanghai
      

站点列表修改功能显示名称错误

点击一个站点修改返回后, 点击另外一个站点列表显示上一个站点名称
如图: 上一个站点名为HTTP, 点击HTTPS后还是显示HTTP
Image

Originally created by @Jie795 on GitHub (Jun 22, 2025). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1162 - 版本: 2.1.6 (435) - 启动方式: Docker - ```yaml version: '3.8' services: nginx-ui: image: uozi/nginx-ui container_name: nginx-ui restart: always network_mode: host volumes: - /var/run/docker.sock:/var/run/docker.sock - /volume1/docker/nginx-ui/nginx:/etc/nginx - /volume1/docker/nginx-ui/nginx-ui:/etc/nginx-ui - /volume1/docker/nginx-ui/www:/var/www environment: - TZ=Asia/Shanghai ``` ### 站点列表修改功能显示名称错误 点击一个站点修改返回后, 点击另外一个站点列表显示上一个站点名称 如图: 上一个站点名为HTTP, 点击HTTPS后还是显示HTTP ![Image](https://github.com/user-attachments/assets/2a580ffa-41c5-4e52-b70f-8f58a72edc60)
kerem 2026-02-26 12:08:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

无法复现这个问题呢

<!-- gh-comment-id:2994795407 --> @0xJacky commented on GitHub (Jun 23, 2025): 无法复现这个问题呢
Author
Owner

@Jie795 commented on GitHub (Jun 23, 2025):

我重新部署了一个新的确实没这个问题, 我重新在部署下吧

<!-- gh-comment-id:2994909706 --> @Jie795 commented on GitHub (Jun 23, 2025): 我重新部署了一个新的确实没这个问题, 我重新在部署下吧
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#632
No description provided.