server_bee-backend icon indicating copy to clipboard operation
server_bee-backend copied to clipboard

使用域名无法连接

Open ZingerLittleBee opened this issue 2 years ago • 2 comments

ZingerLittleBee avatar Feb 18 '23 17:02 ZingerLittleBee

image 加上nginx 域名访问,显示无法连接

imdreamer2018 avatar May 16 '24 06:05 imdreamer2018

proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

使用文档里这个配置即可解决

imdreamer2018 avatar May 16 '24 07:05 imdreamer2018