Преглед изворни кода

更新 'ruoyi-ui/nginx.conf'

sckj пре 2 година
родитељ
комит
fa194f89e8
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      ruoyi-ui/nginx.conf

+ 2 - 2
ruoyi-ui/nginx.conf

@@ -34,10 +34,10 @@ http {
         server_name  localhost;
 
         location /prod-api/ {
-           proxy_pass http://139.9.138.217:9090/;
+           proxy_pass http://172.17.0.1:9090/;
         }
         location /uploadPath/ {
-           proxy_pass http://139.9.138.217:9399/uploadPath/;
+           proxy_pass http://172.17.0.1:9399/uploadPath/;
         }
         location / {
             root /usr/share/nginx/html;