centos8 Arm 环境下成功搭建 ASF , 按照教程设置 IPC 配置文件, 访问502 #2666
Unanswered
LeticiaAnna
asked this question in
Support (简体中文)
Replies: 1 comment
-
你的IPC配置好像不对,你看看日志里,ready往上几行应该有个Now listening on,看看是不是你要的地址和端口 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
centos8 Arm 环境下成功搭建 ASF , 按照教程设置 IPC 配置文件, 访问502
日志中已经提示:IPC server ready!
ASF.config:
{
"Headless": true,
"IPCPasswordFormat": 1,
"s_SteamOwnerID": "null", #此处已更改
"AutoRestart": true,
"IPCPassword": "null" #此处已更改
}
IPC.config:
{
"Kestrel": {
"Endpoints": {
"HTTP": {
"Url": "http://*:3009" #docker映射的端口为 3009
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions