Commit b1ac0ef2 by zkaitanx

Merge branch 'master' of code.bailuntec.com:bltdc/dc-common

parents 13680adf 98931b67
......@@ -685,6 +685,15 @@ http {
}
}
# tool api
server {
listen 80;
server_name tool.bailuntec.com;
location / {
proxy_pass http://tool-web-api.default;
}
}
# open ai test
server {
listen 8746;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment