|
|
@@ -18,7 +18,7 @@ server {
|
|
|
|
|
|
# 反向代理后端 API,解决 HTTPS 页面请求 HTTP 接口的 Mixed Content 问题
|
|
|
location /api/ {
|
|
|
- proxy_pass http://review-api.seec.seecoder.cn:8080/api/;
|
|
|
+ proxy_pass http://environment-27-33.seec.svc.cluster.local: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;
|