2025.03.03.0950

This commit is contained in:
linfeng 2025-03-05 21:37:01 +08:00
parent 2ed15c9b6b
commit 55f79c8be6
1 changed files with 1 additions and 1 deletions

View File

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