更新 Dockerfiles/Dockerfile-staging/default.conf #3

Merged
tiananlin merged 1 commits from dev into staging 2025-08-25 15:31:31 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ server {
# API 代理配置
location /api/ {
proxy_pass http://learn-archives-api-svc/api/;
proxy_pass http://learn-archives-api-svc:8080/api/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;