We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
防火墙和安全组都没有问题,端口3000和8082确定都是可以访问的,但是用IP访问site就要报错,访问server是可以的。
[ec2-user@ip-172-31-47-43 site]$ curl http://172.31.47.43:8082
[ec2-user@ip-172-31-47-43 site]$ curl http://172.31.47.43:3000 curl: (7) Failed to connect to 172.31.47.43 port 3000 after 0 ms: Connection refused [ec2-user@ip-172-31-47-43 site]$ curl http://127.0.0.1:3000 <!doctype html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
防火墙和安全组都没有问题,端口3000和8082确定都是可以访问的,但是用IP访问site就要报错,访问server是可以的。
[ec2-user@ip-172-31-47-43 site]$ curl http://172.31.47.43:8082
Powered by bbs-go
[ec2-user@ip-172-31-47-43 site]$[ec2-user@ip-172-31-47-43 site]$ curl http://172.31.47.43:3000
curl: (7) Failed to connect to 172.31.47.43 port 3000 after 0 ms: Connection refused
[ec2-user@ip-172-31-47-43 site]$ curl http://127.0.0.1:3000
<!doctype html>
The text was updated successfully, but these errors were encountered: