lzm 2 lat temu
rodzic
commit
59ae2c61b2
2 zmienionych plików z 2 dodań i 2 usunięć
  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;