瀏覽代碼

更新 'ruoyi-ui/nginx.conf'

sckj 2 年之前
父節點
當前提交
fa194f89e8
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;