staging #23

Merged
hy merged 38 commits from staging into master 2025-10-14 11:13:16 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 20cbc5b7b8 - Show all commits

View File

@ -32,7 +32,7 @@ server {
# API 代理配置 # API 代理配置
location /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 Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;