Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

使用域名无法连接 #34

Open
ZingerLittleBee opened this issue Feb 18, 2023 · 2 comments
Open

使用域名无法连接 #34

ZingerLittleBee opened this issue Feb 18, 2023 · 2 comments
Assignees

Comments

@ZingerLittleBee
Copy link
Owner

No description provided.

@imdreamer2018
Copy link

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

@imdreamer2018
Copy link

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;

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants