dev #8

Merged
hy merged 45 commits from dev into master 2025-08-26 19:03:29 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6b67a61316 - Show all commits

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;