15143018065 пре 2 година
родитељ
комит
2e653a79b2
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://172.17.0.25:6060/;
+           proxy_pass http://172.17.0.1:6060/;
         }
         location /uploadPath/ {
-           proxy_pass http://172.17.0.25:6060/common/upload/;
+           proxy_pass http://172.17.0.1:6060/file/uploadPath/;
         }
         location / {
             root /usr/share/nginx/html;