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

请教server.conf #71

Open
THLIVSQAZ opened this issue Jan 6, 2018 · 3 comments
Open

请教server.conf #71

THLIVSQAZ opened this issue Jan 6, 2018 · 3 comments

Comments

@THLIVSQAZ
Copy link

在heroku上尝试用server.conf部署,已删除procfile,部署成功但无法访问页面

@THLIVSQAZ
Copy link
Author

我在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"]
}

@yinqiwen
Copy link
Owner

yinqiwen commented Jan 8, 2018

heroku只能绑定在指定的环境变量PORT表示的端口上

@THLIVSQAZ
Copy link
Author

谢谢,了解了,heroku不能自定义端口

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

No branches or pull requests

2 participants