|
@ -33,7 +33,7 @@ http { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
# 代理 API 请求到后端容器 |
|
|
# 代理 API 请求到后端容器 |
|
|
location /api/ { |
|
|
location /admin-api/ { |
|
|
proxy_pass http://127.0.0.1:48080; |
|
|
proxy_pass http://127.0.0.1:48080; |
|
|
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; |
|
|