231250141 6 miesięcy temu
rodzic
commit
f5318420a8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

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