lzm 2 лет назад
Родитель
Сommit
59ae2c61b2
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      ruoyi-ui/nginx.conf
  2. 1 1
      ruoyi-web/nginx.conf

+ 1 - 1
ruoyi-ui/nginx.conf

@@ -37,7 +37,7 @@ http {
            proxy_pass http://172.17.0.1:9090/;
         }
         location /uploadPath/ {
-           proxy_pass http://172.17.0.1:9399/uploadPath/;
+           proxy_pass http://172.17.0.1:9090/file/uploadPath/;
         }
         location / {
             root /usr/share/nginx/html;

+ 1 - 1
ruoyi-web/nginx.conf

@@ -37,7 +37,7 @@ http {
            proxy_pass http://172.17.0.1:9090/;
         }
         location /uploadPath/ {
-           proxy_pass http://172.17.0.1:9399/uploadPath/;
+           proxy_pass http://172.17.0.1:9090/file/uploadPath/;
         }
         location / {
             root /usr/share/nginx/html;