OpenCSGs / CSGHub

CSGHub is an opensource large model assets platform just like on-premise huggingface which helps to manage datasets, model files, codes and more. CSGHub是一个开源、可信的大模型资产管理平台,可帮助用户治理LLM和LLM应用生命周期中涉及到的资产(数据集、模型文件、代码等)。CSGHub提供类似私有化的Huggingface功能,以类似OpenStack Glance管理虚拟机镜像、Harbor管理容器镜像以及Sonatype Nexus管理制品的方式,实现对LLM资产的管理。欢迎关注反馈和Star⭐️
https://opencsg.com/models
Apache License 2.0
1.55k stars 205 forks source link

fix: nginx 50x.html path #279

Open CheinTian opened 5 days ago

CheinTian commented 5 days ago

wrong path for 50x.html

CheinTian commented 5 days ago

后端服务器返回50x时,页面无法访问,nginx error 如下:

open() "/etc/nginx/html/50x.html" failed (2: No such file or directory), client: 198.19.249.3, server: 198.19.249.163, request: "GET / HTTP/1.1", upstream: "http://172.21.0.3:3000/", host: "198.19.249.163"

hiveer commented 4 days ago

@wayneliu0019 please help to do the code review