This commit is contained in:
ditiqi 2025-03-06 12:06:31 +08:00
parent fdb7b2357a
commit 233410a323
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -66,8 +66,11 @@ yarn-error.log*
.yarn/build-state.yml
.yarn/install-state.gz
#config dist
config/nginx/conf.d/web.conf
# Ignore .idea files in the Expo monorepo
**/.idea/
uploads
packages/mind-elixir-core
config/nginx/conf.d/web.conf

View File

@ -100,7 +100,7 @@ server {
# 仅供内部使用
internal;
# 代理到认证服务
proxy_pass http://host.docker.internal:3001/auth/file;
proxy_pass http://host.docker.internal:3006/auth/file;
# 请求优化:不传递请求体
proxy_pass_request_body off;