add
This commit is contained in:
parent
fdb7b2357a
commit
233410a323
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue