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;
         server_name  localhost;
 
 
         location /prod-api/ {
         location /prod-api/ {
-           proxy_pass http://172.17.0.25:6060/;
+           proxy_pass http://172.17.0.1:6060/;
         }
         }
         location /uploadPath/ {
         location /uploadPath/ {
-           proxy_pass http://172.17.0.25:6060/common/upload/;
+           proxy_pass http://172.17.0.1:6060/file/uploadPath/;
         }
         }
         location / {
         location / {
             root /usr/share/nginx/html;
             root /usr/share/nginx/html;