231250141 6 months ago
parent
commit
f88aa90307
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -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;