rename project name to geekai

This commit is contained in:
RockYang
2024-05-20 15:11:14 +08:00
parent 38777ea285
commit 68100f7f24
6 changed files with 146 additions and 239 deletions

View File

@@ -35,12 +35,12 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_pass http://chatgpt-plus-api:5678;
proxy_pass http://geekai-api:5678;
}
# 静态资源转发
location /static/ {
proxy_pass http://chatgpt-plus-api:5678;
proxy_pass http://geekai-api:5678;
}
}
}