-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Windows服务器部署] 在公网IP上部署失败 #132
Comments
发现问题了,是设置了密码就不行了,这是为什么 |
已解决 |
今天突然一只报错 Traceback (most recent call last): |
|
其他与原主题无关的疑问或问题反馈请在新的issue中讨论。 |
感谢提交 issue! 请尽可能完整填写以下信息,帮助我们更好地定位问题~
如果你不知道怎么填写,请先点击编辑框上方的“Preview”在预览中查看我们的说明,然后点击“Write”在空白行处填写信息~
错误描述
我公网服务器上请求ws://127.0.0.1:17860/queue/join是可以正常访问的,但请求ws://公网ip:17860/queue/join就失败,这是为什么
复现操作
#user nobody;
worker_processes 1;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
events {
worker_connections 1024;
}
http {
include mime.types;
default_type application/octet-stream;
}
}
The text was updated successfully, but these errors were encountered: