Browse Source

更新 'ruoyi-ui/nginx.conf'

sckj 2 năm trước cách đây
mục cha
commit
fa194f89e8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      ruoyi-ui/nginx.conf

+ 2 - 2
ruoyi-ui/nginx.conf

@@ -34,10 +34,10 @@ http {
         server_name  localhost;
 
         location /prod-api/ {
-           proxy_pass http://139.9.138.217:9090/;
+           proxy_pass http://172.17.0.1:9090/;
         }
         location /uploadPath/ {
-           proxy_pass http://139.9.138.217:9399/uploadPath/;
+           proxy_pass http://172.17.0.1:9399/uploadPath/;
         }
         location / {
             root /usr/share/nginx/html;