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
在heroku上尝试用server.conf部署,已删除procfile,部署成功但无法访问页面
The text was updated successfully, but these errors were encountered:
我在server.conf这样配置
{ "AdminListen": "127.0.0.1:60000", "DialTimeout": 15, "UDPReadTimeout": 30, //user name auth "AllowedUser":["*", "gsnova"], "Cipher":{"Key":"809240d3a021449f6e67aa73221d42df942a308a"}, "Mux":{ "MaxStreamWindow": "512K", "StreamMinRefresh":"32K" }, "HTTP":{ "Listen":":80" }, "Log": ["server.log"] }
Sorry, something went wrong.
heroku只能绑定在指定的环境变量PORT表示的端口上
谢谢,了解了,heroku不能自定义端口
No branches or pull requests
在heroku上尝试用server.conf部署,已删除procfile,部署成功但无法访问页面
The text was updated successfully, but these errors were encountered: