1
0
forked from baron/baron-sso
This commit is contained in:
ai-cell-a100-1
2026-04-20 16:47:50 +09:00
parent 44a853408e
commit 7ecb19e397
16 changed files with 11728 additions and 89 deletions

View File

@@ -32,7 +32,7 @@ server {
# --- Backend API Proxy ---
location /api {
proxy_pass http://baron_backend:3000;
proxy_pass http://backend:23000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;