WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 333 forks source link

部署在腾讯云服务器上的时候,后台登陆后报403 #138

Closed beixs closed 1 year ago

beixs commented 1 year ago

我在腾讯云控制台上把云服务器的9000端口打开了,可以连接http(s)://your.domain:9000/admin 使用admin/password登录后,页面变成403了

http(s)://your.domain9000/admin/login/?next=/admin/ image

另外这个DEBUG=True 应该在哪设置呢?

beixs commented 1 year ago

看到 https://github.com/WongSaang/chatgpt-ui/issues/132