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
hi.
在服务器上, root@p1601860745:/fpage-project1# grep -rn 9000 . ./config.py:4:PORT = 9000 root@p1601860745:/fpage-project1# nano config.py root@p1601860745:~/fpage-project1# python3 app.py Server started at 127.0.0.1:9001
然后我在本地机器的浏览器里访问vps-public-ip:9001 ,显示Bad Gateway 怎么解决?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi.
在服务器上,
root@p1601860745:
/fpage-project1# grep -rn 9000 ./fpage-project1# nano config.py./config.py:4:PORT = 9000
root@p1601860745:
root@p1601860745:~/fpage-project1# python3 app.py
Server started at 127.0.0.1:9001
然后我在本地机器的浏览器里访问vps-public-ip:9001 ,显示Bad Gateway
怎么解决?
The text was updated successfully, but these errors were encountered: