Преглед на файлове

更新 '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;