This website works better with JavaScript.
Explore
Help
Register
Sign In
Yaxin
/
KBQA
Watch
31
Star
0
Fork
You've already forked KBQA
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92e7d07c4b
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '92e7d07c4b'
${ noResults }
KBQA
/
docker
/
nginx
/
docs
/
conf.d
/
servers.conf.template
7 lines
179 B
Plaintext
Raw
Blame
History
# 前台服务后端地址,多个地址可用与负载均衡
# 解析以逗号分隔的多个 upstream 值
upstream kg_servers {
server $UPSTREAM_KG_SERVERS;
}
Reference in New Issue
View Git Blame
Copy Permalink