Commit dd7280e4 by lizefeng

Update nginx.conf

parent b1ac0ef2
......@@ -702,5 +702,14 @@ http {
}
}
# open-gpt api
server {
listen 80;
server_name gpt.bailuntec.com;
location / {
proxy_pass http://open-ai-gpt-web-api.auto-strategy-task;
}
}
include servers/*;
}
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