瀏覽代碼

配置修改

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;