소스 검색

配置修改

lzm 2 년 전
부모
커밋
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;